"HyperbolicSpringEmbedding" (Graph Layout Method)
"HyperbolicSpringEmbedding" (Graph Layout Method)
-
"HyperbolicSpringEmbedding"
places the vertex of a graph on a Poincaré disk. - Vertex layout for GraphLayout.
- Use hyperbolic spring embedding to lay out vertices of a graph.
Details & Options
- The hyperbolic spring embedding is a graph-drawing technique to position vertices of a graph on the Poincaré disk so that they minimize the mechanical energy when each edge corresponds to a spring.
- The hyperbolic spring embedding is typically used to lay out tree-like structured graphs.
- The following graph parameters 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

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