Skip to content
Multimedia graphics resources

Graphics

Articles

Create diagrams with code using Graphviz

  • Published: 2020-06-10

Summary

Graphviz is an open source graph visualization software that allows us to decribe a diagram using code, and have it automatically drawn for us. If the diagram needs to be modified in the future, we just need to modify the description and the nodes and edges will be repositioned automatically for us.

https://ncona.com/2020/06/create-diagrams-with-code-using-graphviz/