graphviz
Plotting the Digraph with graphviz in python from DOT file
https://stackoverflow.com/questions/41942109/plotting-the-digraph-with-graphviz-in-python-from-dot-file
Save to svg file
dot = Digraph(format="svg", graph_attr={"rankdir": "LR"}) # LR = left to right
..
dot.render('hello')
https://graphviz.readthedocs.io/en/stable/manual.html#formats
Category
git Usage
Single Board Computers
Follow Me