"LayeredDigraphEmbedding" (图的布局方法)

详细信息和子选项

  • 分层有向图嵌入是一种将图的顶点放置在平行线上的图绘制技术.
  • 分层有向图嵌入通常用于布置有向无环图.
  • 控制布局的可能设置包括:
  • "Orientation" Automatic布局方向
    "RootVertex" Automatic根顶点
    "VertexLayerPosition" Automatic图层位置

范例

打开所有单元关闭所有单元

基本范例  (3)

在一系列层中放置顶点:

"LayeredDigraphEmbedding" 最适合有向无环图:

分层有向图绘制适用于任意图:

选项  (3)

"Orientation"  (1)

使用选项 "Orientation"o 绘制不同方向的树:

"RootVertex"  (1)

使用选项 "RootVertex"v 设置根顶点:

"VertexLayerPosition"  (1)

使用选项 "VertexLayerPosition"positions 指定层的位置:

应用  (1)

根据顶点到根的距离,渲染一个顶点高度的图: