Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Ikke
Created November 13, 2016 13:27
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 Ikke/59231d9fcce05d5453e12110cf9685d5 to your computer and use it in GitHub Desktop.
Save Ikke/59231d9fcce05d5453e12110cf9685d5 to your computer and use it in GitHub Desktop.
splines=line
node [shape=circle style=""]
node [group=master]
d -> c -> b -> a;
node [group=brancha]
h -> g -> f -> e -> b;
node [group=branchb]
k -> j -> i -> g;
node [group=""]
c -> h;
d -> k;
node [shape=box style=filled fillcolor=green];
brancha[label="branch A"]
branchb[label="branch B"]
{rank=same master -> d}
{rank=same brancha -> h}
{rank=same branchb -> k}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment