Created
October 19, 2017 01:39
-
-
Save magneticnorth/8e7fd8520c0c4c57d6a59302eccaf873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph G { | |
subgraph cluster0 { rank=same; a0 b0 c0;} | |
subgraph cluster1 { rank=same; a1 b1 c1;} | |
subgraph cluster2 { rank=same; a2 b2 c2;} | |
edge [weight = 0] | |
a0 -> b1; | |
c1 -> a2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment