You should just use: A -> B [dir=both] How about 'concentrate=true'?: strict digraph graphName { concentrate=true A->B B->A } From the documentation: If ...
確定! 回上一頁