Difference between revisions of "Play Ground"
Jump to navigation
Jump to search
(Replaced content with "GraphViz") Tag: Replaced |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[GraphViz]] | [[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'> | ||
+ | |||
+ | digraph wzTest { | ||
+ | |||
+ | "Von hier" -> "nach da" -> "zu dort" | ||
+ | |||
+ | } | ||
+ | </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