Skip to content

Instantly share code, notes, and snippets.

@arronmabrey
Last active July 17, 2016 12:58
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 arronmabrey/c93b8b48db3c9bff69e41f80298eb68d to your computer and use it in GitHub Desktop.
Save arronmabrey/c93b8b48db3c9bff69e41f80298eb68d to your computer and use it in GitHub Desktop.
graphviz hello world
digraph {
hello [color=red]
world [shape=box color=green]
hello -> gist1
a [color=purple]
b [shape=box color=pink]
c [color=blue]
a -> b -> c -> a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment