|
|
|||
|
|
|
GraphLayout | ![]() |
| GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components. |
| Automatic | automatically select layout | |
| None | do not compute a layout | |
| "CircularEmbedding" | place vertices on a circle | |
| "HighDimensionalEmbedding" | place vertices in high dimension according to spring-electrical embedding and project down | |
| "LayeredDrawing" | place vertices in several layers in such a way as to minimize edges between non-adjacent layers | |
| "LinearEmbedding" | place vertices on a line | |
| "RadialEmbedding" | place vertices in concentric circles | |
| "RandomEmbedding" | place vertices randomly | |
| "SpiralEmbedding" | place vertices on a spiral | |
| "SpringElectricalEmbedding" | place vertices so that they minimize mechanical and electrical energy when each vertex has a charge and each edge corresponds to a spring | |
| "SpringEmbedding" | place vertices so that they minimize mechanical energy when each edge corresponds to a spring |
| "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 |