On Wed, Oct 17, 2012 at 12:19 AM, Sam Steingold <[email protected]> wrote: [...] > Visual inspection. Especially impressive is the ability to move > vertexes around to get a better picture...
You can edit the igraph layouts by hand if you like. You can even do this interactively with tkplot() and then get the coordinates with tkplot.getcoords(). Probably does not look as nice as the JS stuff, but Tcl/Tk has been pretty much the only cross-platform GUI solution in R. If you only need to adjust the coordinates and then do the plotting via plot(), then it might work. G. [...] _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
