Skip to content

Instantly share code, notes, and snippets.

@nahurst
Last active August 1, 2016 11:20
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 nahurst/824859d2f43c5fb7286cfd9053813fbb to your computer and use it in GitHub Desktop.
Save nahurst/824859d2f43c5fb7286cfd9053813fbb to your computer and use it in GitHub Desktop.
Graph .dot format for graphvis and omnigraffle
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