如何将子图簇的标签定位在左侧而不是居中?
digraph mygraph {
test1;
subgraph cluster_mysubgraph {
label = "This text should be at the left of the subgraph - not centered!";
test2;
test3;
test4;
test5;
test6;
test7;
}
test1 -> {test2, test3, test4, test5, test6, test7};
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5207 次 |
| 最近记录: |