"SphericalEmbedding" (Graph Layout Method)
"SphericalEmbedding" (Graph Layout Method)
- Vertex layout for GraphLayout.
- Use spherical embedding to lay out vertices of a graph.
Details & Suboptions
- The spherical embedding is a graph-drawing technique to position vertices of a graph on a sphere so that they minimize the mechanical energy when each edge corresponds to a spring.
- The spiral embedding is typically used to lay out structured graphs.
- Vertices can be embedded in
.
- The following graph parameter can be given:
-
"EdgeWeighted" whether to use edge weights - Possible settings to control the energy minimization process include:
-
"EnergyControl" how the energy function is controlled during minimization "MaxIteration" maximum number of iterations "RandomSeed" seed for the random generator for initial vertex placement "StepControl" how step lengths are modified during energy minimization "StepLength" initial step length used in moving the vertices "Tolerance" tolerance used in terminating the process - Possible settings to control the layout include:
-
"Rotation" Automatic layout rotation

Examples
open all close allOptions (9)
"EdgeWeighted" (1)
With the setting "EdgeWeighted"True, edge weights are used: