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.
graph { 0--1; 0--2; 0--1; }
上記では、ドット コマンドを使用して jpg を生成すると、0 と 1 の間の平行なエッジが単一のエッジとして描画されます。これを回避することは可能ですか?
私が質問を理解していれば、これはあなたが必要とすることをするはずです。
graph { 0--1 [color="black:white:black"]; 0--2; }