Skip to content

Instantly share code, notes, and snippets.

@cnaude
Forked from oneirosFade/aardvark_metro.dot
Last active December 27, 2018 06:23
Show Gist options
  • Save cnaude/d2936fcc1fa6da1f3c5687ce013bcd5f to your computer and use it in GitHub Desktop.
Save cnaude/d2936fcc1fa6da1f3c5687ce013bcd5f to your computer and use it in GitHub Desktop.
graph aardvark_metro {
node [shape=box, style=filled]
edge [penwidth=4]
root = R02B05
rankdir = LR
node [color=crimson, fontcolor=gray10]
R01 [label="Rolling Hills"]
R02B05 [label="Aard Centre", shape=Mcircle, color=gray10, fontcolor=gray10, fillcolor=white]
R03Y02 [label="Circus West", shape=Mcircle, color=gray10, fontcolor=gray10, fillcolor=white]
R04 [label="Pantheon"]
R05 [label="CNaude Village"]
R06b01 [label="Arch Station", shape=Mcircle, color=gray10, fontcolor=gray10, fillcolor=white]
edge [color=crimson]
R01 -- R02B05 -- R03Y02 -- R04 -- R05 -- R06b01
node [color=burlywood3, fontcolor=gray10]
b02 [label="Dark Ziggurat"]
b03 [label="Crater City"]
b04 [label="Ziggurat"]
b05 [label="Desertville"]
b06B01 [label="Craftsylvania", shape=Mcircle, color=gray10, fontcolor=gray10, fillcolor=white]
edge [color=burlywood3]
R06b01 -- b02 -- b03 -- b04 -- b05 -- b06B01
node [color=deepskyblue2, fontcolor=gray10]
B02 [label="Flower Farm"]
B03 [label="CNaude Ruins"]
B04 [label="Clopa Farms"]
B06Y01 [label="Isle Center", shape=Mcircle, color=gray10, fontcolor=gray10, fillcolor=white]
B07 [label="Redstone Cathedral"]
edge [color=deepskyblue2]
b06B01 -- B02 -- B03 -- B04 -- R02B05 -- B06Y01 -- B07
node [color=gold2, fontcolor=gray10]
edge [color=gold2]
B06Y01 -- R03Y02
{ rank = same; b02 b03 b04 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment