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.
次のようなGraphVizノードのセットがあります。
digraph { A->B; A->C; A->D; }
しかしB、、、CそしてD時間内に順番に起こります!
B
C
D
各ノードが表示される垂直レベルを示す何らかの方法があれば素晴らしいと思います (レベルの数は事前に不明な場合があります)。
これを達成する方法について考えている人はいますか?