Last active
April 9, 2019 22:12
-
-
Save TrevorSundberg/0d7344511320dd4bdf83f70715da8373 to your computer and use it in GitHub Desktop.
Demo GraphViz file for inviz.
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 | |
{ | |
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