"SpectralEmbedding" (Graph Layout Method)
"SpectralEmbedding" (Graph Layout Method)
- Vertex layout for GraphLayout.
- Use spectral embedding to lay out vertices of a graph.
Details & Suboptions
- The spectral embedding is a graph-drawing technique to position vertices of a graph so they minimize the weighted sum of square distances to its adjacent vertices.
- Vertices can be embedded in
. - Possible settings to control the layout include:
-
"RelaxationFactor" Automatic relaxed Laplace coefficient "Rotation" Automatic layout rotation
Examples
open all close allBasic Examples (1)
Lay out a graph using the spectral embedding:
Graph[{12, 13, 15, 19, 24, 26, 210, 34, 37, 311, 48, 412, 56, 57, 513, 68, 614, 78, 715, 816, 910, 911, 913, 1012, 1014, 1112, 1115, 1216, 1314, 1315, 1416, 1516}, GraphLayout -> "SpectralEmbedding"]