Graphviz: fast and simple diagrams
Sample
+BEGIN_SRC dot :file ../../output/2019/graphviz-fast-and-simple/sample.png :hlines yes :results output silent
1 2 3 4 5 |
digraph G { one -> two; two -> three; three -> four; } |
Sample
1 2 3 4 5 |
digraph G { one -> two; two -> three; three -> four; } |