Skip to content

Instantly share code, notes, and snippets.

@TrevorSundberg
Last active April 9, 2019 22:12
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 TrevorSundberg/0d7344511320dd4bdf83f70715da8373 to your computer and use it in GitHub Desktop.
Save TrevorSundberg/0d7344511320dd4bdf83f70715da8373 to your computer and use it in GitHub Desktop.
Demo GraphViz file for inviz.
digraph
{
rankdir=LR;
I -> n;
n -> v;
v -> i;
i -> z;
I -> z;
i -> i;
v -> I
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment