如何强制 Graphiz 工具(dot、neato...)接受某些初始节点放置
有没有办法强制任何 Graphviz 工具(dot、neato...)接受一些初始节点放置并将它们保持在这个位置,同时使用其标准算法放置其余节点?
我尝试在 Neato 中使用“pos”节点属性,但没有成功。
Is there a way to force any Graphviz tool (dot, neato,...) to accept some initial node placement and keep them in this position, while placing the remaining nodes using its standard algorithm ?
I have tried to play with the "pos" node attribute in Neato, without success.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
感叹号很重要来做您想做的事情!
You can use
The exclamation mark is important to do what you want !