Once I have generated a graph with neato, is it possible to extract the coordinate information of the vertices that neato has calculated?
I would like to use this information to plot a graph in MATLAB; I can't use gplot without any coordinate information, and all I have is the adjacency matrix.
Currently I am using MATLAB to plot a biograph, then extracting the coordinate information from that biograph to use with gplot, however the biograph drawing function runs a lot slower than neato, and the quality of graph layout is a lot better with neato as well.
Does anyone have any ideas that would help?