Skip to content

Instantly share code, notes, and snippets.

@pablasso
Created January 10, 2012 19:23
Show Gist options
  • Save pablasso/1590632 to your computer and use it in GitHub Desktop.
Save pablasso/1590632 to your computer and use it in GitHub Desktop.
DOT
graph sample {
layout=neato
overlap=false
splines=true
tailclip=false
headclip=false
A -- I
A -- J
A -- B
A -- H
A -- E
A -- K
B -- D
B -- C
B -- L
C -- M
C -- N
C -- O
D -- P
D -- Q
E -- R
F -- A
G -- F
H -- J
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment