Difference between revisions of "Play Ground"

From BITPlan schlaun Wiki
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


pip install --user -r requirements.txt