"LinearEmbedding" (Graph Layout Method)

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)

Place vertices on a line:

Options  (1)

Method  (1)

Use the option Methodm to specify the algorithm: