Skip to content

Instantly share code, notes, and snippets.

@IT-Berater
Created February 2, 2018 07:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IT-Berater/f9ffd3ba428c1888eed9b27b1a73776a to your computer and use it in GitHub Desktop.
Save IT-Berater/f9ffd3ba428c1888eed9b27b1a73776a to your computer and use it in GitHub Desktop.
Mindmap beispiel Diagramm für GraphViz
digraph Diagramm {
ranksep=3;
ratio=auto;
TWOPI[color=blue,style=filled,fontcolor=white]
TWOPI -> Beschreibungssprache
TWOPI -> Beispiel
TWOPI -> "Darstellung von Graphen"
TWOPI -> Interpretiert
TWOPI -> URLs
TWOPI -> Graphiz
TWOPI -> "Mindmap"
"(c) Thomas Wenzlaff by Kleinhirn.eu"[shape=plaintext,fontsize=8]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment