问题描述
- 用graphViz去画网络拓扑图,怎么防止连线交叉?
-
This is my graphViz property(**layout:neato**):
{ sep="+1,1"; overlap=scalexy; node[shape = record, width = .15, height = .15]; }
时间: 2025-01-30 09:54:38
This is my graphViz property(**layout:neato**):
{
sep="+1,1";
overlap=scalexy;
node[shape = record, width = .15, height = .15];
}