Draws a graph in layers: every vertex sits one layer further from a root
LayeredGraphPlot[g]
LayeredGraphPlot[{e1, e2, …}]
LayeredGraphPlot[{…, w[ei], …}]
LayeredGraphPlot[{vi 1 -> vj 1, …}]
LayeredGraphPlot[m]
LayeredGraphPlot[…, v -> pos]
Head[LayeredGraphPlot[{1 -> 2, 2 -> 3, 2 -> 4}]]
→ GraphicsHead[LayeredGraphPlot[{1 -> 2, 2 -> 3, 2 -> 4}, Left]]
→ GraphicsHead[LayeredGraphPlot[{1 -> 2, 2 -> 3}, Left, DirectedEdges -> False, ImageSize -> {200, 50}]]
→ Graphics- DataRange — default Automatic
- DirectedEdges — default Automatic
- EdgeLabels — default None
- EdgeLabelStyle — default Automatic
- EdgeShapeFunction — default Automatic
- EdgeStyle — default Automatic
- GraphHighlight — default { }
- GraphHighlightStyle — default Automatic
- PerformanceGoal — default Automatic
- PlotStyle — default Automatic
- PlotTheme — default Automatic
- VertexCoordinates — default Automatic
- VertexLabels — default None
- VertexLabelStyle — default Automatic
- VertexShape — default Automatic
- VertexShapeFunction — default Automatic
- VertexSize — default Automatic
- VertexStyle — default Automatic