|
|
||
|
|
| PackingMethod is an option for GraphPlot and related functions which specifies how disconnected components should be packed together in the layout produced. |
| "ClosestPacking" | approximate closest packing from the top left | |
| "ClosestPackingCenter" | approximate closest packing from the center | |
| "Layered" | arrange in layers starting at the top left | |
| "LayeredLeft" | arrange in layers starting at the left | |
| "LayeredTop" | arrange in layers starting at the top | |
| "NestedGrid" | arrange on a nested grid |