Skip to content

Instantly share code, notes, and snippets.

@rpietro
Last active December 20, 2015 11:29
Show Gist options
  • Save rpietro/6123588 to your computer and use it in GitHub Desktop.
Save rpietro/6123588 to your computer and use it in GitHub Desktop.
simplified dot template
digraph situated_schema {
name [color = red, style = filled]
rankdir=LR
"name" -> "name2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment