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.
我从这个输出生成了一个图表:
digraph G { { rank = same; 1; 2; 3; 4; 5; 6; 7; 8; 9; }; 2 -> 3 [label="hi there"]; }
但是,我希望箭头从 3 变为 2。我尝试改变箭头的方向(<-),但没有奏效。
好的,我找到了,我所要做的就是使用 [dir=back]。
但是我仍然没有弄清楚如何使节点之间的距离在所有节点之间都相同,它在 2 和 3 之间更大。请参阅如何生成具有相同间距的 img