I have found this answer really useful. It helps me plot network/graphs and select the coordinates for the nodes in the plot.
However, the layout rescales the coordinates to -1 to 1. First off I tried to find out how it does this but couldn't. does it do something like this??
(coordinate - mean(coordinates))/(coordinate + mean(coordinates)
Second is there a way to keep the original coordinates? I woudl like to plat axes with the graph and so would prefer not to have top rescale everything.