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.
我有 10 个相互连接的节点,我正在尝试使用 neato. 我设置graph [overlap=false]并且我的输出目前是八边形的一般形状,中间有两个节点。
neato
graph [overlap=false]
我想要的是将节点沿图表外部排列为十边形,中间没有节点。实现这一目标的最佳方法是什么?
“ circo ”布局应该有助于获得所需的结果。