Graphviz
Graphviz is open source graph visualization software. It has several main graph layout programs. - Home / online
see also
Ressources
- Create diagrams with code using Graphviz
- vscode-interactive-graphviz - Interactive Graphviz Dot Preview for Visual Studio Code using d3-graphviz and so does not require native Graphviz to be installed.
Comes with animation. No need to save file to see changes. - GraphvizOnline
- Generating Dependency Graphs With Text
Options
rankdir="LR";
- horizontal graph- Partially Transparent Colors
Graphviz How to go from .dot to a graph
If you want to use the dot renderer. There are alternatives like neato and twopi. You can change the output format by varying the extension of the filename specified with -o.
SVG result, can be opened in a browser.
Shape example
Tic-tac-to MCT search
node
Written on October 8, 2018, Last update on November 24, 2023
graph
tree
visualizer
vscode
online
doc
markdown
python
ruby