Re: Exporting the output of GraphPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg89345] Re: Exporting the output of GraphPlot
- From: Ian Roberts <iand.roberts at vu.edu.au>
- Date: Sat, 7 Jun 2008 02:51:13 -0400 (EDT)
>From Help tutorial/GraphDrawing:
GraphPlot[{3 -> 2, 4 -> 1, 4 -> 3, 5 -> 1, 5 -> 2, 5 -> 4, 6 -> 1,
6 -> 2, 6 -> 3}]
VertexCoordinateRules /. Cases[%, _Rule, Infinity]
Ian