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.
有没有办法强制graphviz始终在边缘上方绘制节点,即使边缘被绘制在节点上方(或最好在节点下方)?
到目前为止,我已经尝试对它们和不同的图层选项进行排序,但没有找到一种可行的方法。
您需要指定outputorder="edgesfirst". 这可以在文档中找到。
outputorder="edgesfirst"