Skip to content

Instantly share code, notes, and snippets.

@rje
Created August 18, 2014 21:51
Show Gist options
  • Save rje/bbdadb78e4b72c8767b0 to your computer and use it in GitHub Desktop.
Save rje/bbdadb78e4b72c8767b0 to your computer and use it in GitHub Desktop.
graph map {
node [fillcolor="#444444", fontcolor="white", style=filled, shape=box]
edge [color="#666666"]
room0 [label="room0"]
room1 [label="room1" fillcolor="#44CC44"]
room2 [label="room2"]
room0 -- room1
room1 -- room2
room2 -- room0 [label="special", color="#CC4444"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment