Last active
August 1, 2016 11:20
-
-
Save nahurst/824859d2f43c5fb7286cfd9053813fbb to your computer and use it in GitHub Desktop.
Graph .dot format for graphvis and omnigraffle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph "g" { | |
rankdir="LR" | |
Paco [fillcolor="#FF6FF3", shape=box] | |
Paco -> List; | |
List -> "Lots Of People"; | |
"Lots Of People" -> List; | |
List -> Archives; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment