Skip to content

Instantly share code, notes, and snippets.

@nvinayshetty
Created April 6, 2019 03:46
Show Gist options
  • Save nvinayshetty/405948102fa31f37dc5a06a6701ce108 to your computer and use it in GitHub Desktop.
Save nvinayshetty/405948102fa31f37dc5a06a6701ce108 to your computer and use it in GitHub Desktop.
Example of a dot file
digraph matterStateMachine {
Solid -> Liquid [label="OnMelted"]
Liquid -> Solid [label="OnFrozen"]
Liquid -> Gas [label="OnVaporized"]
Gas -> Liquid [label="OnCondensed"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment