Packed Graph or GraphPlot output with non-square layout?
- To: mathgroup at smc.vnet.net
- Subject: [mg121422] Packed Graph or GraphPlot output with non-square layout?
- From: Yves Klett <yves.klett at googlemail.com>
- Date: Wed, 14 Sep 2011 05:16:28 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hi, Graph or GraphPlot produce square layouts for disconnected graphs: GraphPlot[Table[i -> Mod[i^3, 100], {i, 1, 100}]] I'd like to get a rectangular layout with e.g. aspect ratio 1/2, preferably in combination with the PackingMethod -> "ClosestPackingCenter" option. Setting AspectRatio does not what i want, because the graph is only distorted and not redrawn on a rectanglular grid with said AspectRatio. Any hints are welcome. Regards, Yves