2014-07-09 2 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와 같은 다른 도구를 사용해 볼 수 있습니다.