gpt4 book ai didi

graphviz - 如何将 graphviz 子图集群的标签定位在左侧?

转载 作者:行者123 更新时间:2023-12-04 09:58:36 26 4
gpt4 key购买 nike

如何定位子图簇的标签以使其出现在左侧而不是居中?

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};
}

最佳答案

您可以简单地添加 labeljust="l"; 在您的子图中。

关于graphviz - 如何将 graphviz 子图集群的标签定位在左侧?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35838841/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com