Skip to content

Instantly share code, notes, and snippets.

@magneticnorth
Created October 19, 2017 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magneticnorth/8e7fd8520c0c4c57d6a59302eccaf873 to your computer and use it in GitHub Desktop.
Save magneticnorth/8e7fd8520c0c4c57d6a59302eccaf873 to your computer and use it in GitHub Desktop.
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