"LayeredDigraphEmbedding" (Graph Layout Method)
- Vertex layout for GraphLayout.
- Use layered digraph embedding to lay out vertices of a graph.
Details & Suboptions
- The layered digraph embedding is a graph-drawing technique to position vertices of a graph on parallel lines.
- The layered digraph embedding is typically used to lay out directed acyclic graphs.
- Possible settings to control the layout include:
-
"Orientation" Automatic layout orientation "RootVertex" Automatic root vertex "VertexLayerPosition" Automatic position of the layers

Examples
open allclose allBasic Examples (3)Summary of the most common use cases
Place vertices in a series of layers:
In[1]:=1

✖
https://wolfram.com/xid/0cicavbvobttvqxr545lryoehe-nkj7be
Out[1]=1

"LayeredDigraphEmbedding" works best for directed acyclic graphs:
In[1]:=1

✖
https://wolfram.com/xid/0cicavbvobttvqxr545lryoehe-9gh27c
Out[1]=1

The layered digraph drawing works on arbitrary graphs:
In[1]:=1

✖
https://wolfram.com/xid/0cicavbvobttvqxr545lryoehe-ly30jd
Out[1]=1
