Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含很多对象的图表。其中许多对象没有链接。GraphVis 将它们放在图表顶部的一条长水平线上。
无论如何要使 GraphViz 具有最大宽度,所以未连接的对象会出现在下一个“行”上?
在它们之间添加不可见的边缘。这将迫使 graphviz 像普通节点一样布局这些节点。