WOLFRAM

  • Vertex layout for GraphLayout.
  • Use linear embedding to lay out vertices of a graph.

Details & Suboptions

  • The linear embedding is a graph-drawing technique to position vertices of a graph on a line.
  • The linear embedding is typically used to lay out path graphs.
  • Possible settings to control the layout include:
  • Method Automaticmethod to use
  • Methods used include:
  • "Spectral"spectral method
    "SpectralOrdering"spectral ordering method
    "TwoNormApproximation"two-norm approximation method
    "TwoNormApproximationOrdering"two-norm approximation ordering method

Examples

open allclose all

Basic Examples  (1)Summary of the most common use cases

Place vertices on a line:

Out[1]=1

Options  (1)Common values & functionality for each option

Method  (1)

Use the option Methodm to specify the algorithm:

Out[2]=2