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/339182 to your computer and use it in GitHub Desktop.
Save psychemedia/339182 to your computer and use it in GitHub Desktop.
graph vizProcess{
Acquire -- Process;
Acquire -- Filter;
Acquire -- Mine;
Acquire -- Represent;
Acquire -- Refine;
Acquire -- Interact;
Process -- Filter;
Process -- Mine;
Process -- Represent;
Process -- Refine;
Process -- Interact;
Filter -- Mine;
Filter -- Represent;
Filter -- Refine;
Filter -- Interact;
Mine -- Represent;
Mine -- Refine;
Mine -- Interact;
Represent -- Refine;
Represent -- Interact;
Refine -- Interact;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment