2014-07-09 101 views

回答

3

由於我沒有足夠的聲譽添加評論,我在這裏發表一些建議。下面的代碼解決強制節點站在一條線上的問題。

digraph "test-graph" { 
    graph [rankdir=LR] 
    node[shape=circle, color=lightblue,label="",style=filled,width=0.3]; 
    edge[arrowhead=none,splines=line]; 
    1->2; 
    2->3; 
    edge[splines=curved]; 
    1->3[constraint=false]; 
} 

但是沒有半圓形邊緣的力量。您可以嘗試其他工具,例如Tikz。