Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save psychemedia/339172 to your computer and use it in GitHub Desktop.
Save psychemedia/339172 to your computer and use it in GitHub Desktop.
digraph vizProcess{
rankdir = LR;
Acquire -> Process;
Process -> Filter;
Filter ->Mine;
Mine->Represent;
Represent->Refine;
Refine->Interact;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment