Difference between revisions of "Play Ground"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[GraphViz]] | ||
+ | * GraphViz // wie kreire ich eine Seite namens GraphViz wenn es solch eine schon gibt? NameSpace? wz:PlayGround:GraphViz ? | ||
+ | * [https://en.wikipedia.org/wiki/Graphviz, GraphViz Wikimedia] | ||
+ | * [http://graphviz.org/, GraphViz WebSite] | ||
+ | |||
<graphviz border='frame' format='png' caption='Graph for testing'> | <graphviz border='frame' format='png' caption='Graph for testing'> | ||
digraph wzTest { | digraph wzTest { | ||
− | "Von hier" -> "nach da" | + | "Von hier" -> "nach da" -> "zu dort" |
} | } | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | |||
+ | pip install --user -r requirements.txt |
Latest revision as of 21:18, 28 July 2020
- GraphViz // wie kreire ich eine Seite namens GraphViz wenn es solch eine schon gibt? NameSpace? wz:PlayGround:GraphViz ?
- GraphViz Wikimedia
- GraphViz WebSite

pip install --user -r requirements.txt