Get started
28 commits | Last commit ≈ 1 month ago
Interface for Graphviz in Julia. This module helps to create graph visualizations programatically in Julia, with Graphviz as a back-end.
Create Graphviz graphs straight from Julia. There exists a Graphviz.jl
package that offers interop between Julia and the Graphviz C library. However, it seems that this package does not give us a nice interface to generate DOT language. The GraphvizDotLang.jl
module is a much simpler approach. It gives a simple interface to build up graphs and then pass them through Graphviz for visualization.