作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我遇到了边缘相互重叠的问题。在我的 previous question of how to force the nodes to be in the same column ,发现了如何将节点强制为一列,但这会导致出现其他一些问题。
digraph exmp {
A -> B -> C -> D -> E
C -> F [constraint=false]
A -> C [style="dotted", constraint=false]
A -> D [style="dotted", constraint=false]
B -> D [constraint=false]
D -> A [style="dashed", constraint=false]
C -> A [style="dashed", constraint=false]
E -> F [style="invis"]
F -> G
E -> C [constraint="false"]
}
最佳答案
在 graphviz 邮件列表中收到一条消息后,我发现至少可以消除 E -> C 和 C -> F 重叠问题。
The simplest solution is to use a compass point port:
C:e -> F [constraint=false]
-- Emden
关于graph - 如何在graphviz中强制边缘的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1477532/
我是一名优秀的程序员,十分优秀!