digraphviz

Tiny :digraph to .dot converter


License
MIT

Documentation

Digraphviz

Thin :digraph converter to graphviz .dot

Warning

API is unstable. Realization could be full of bugs and far from optimality.

Installation

def deps do
  [
    {:digraphviz, "~> 0.3.0"}
  ]
end

Documentation

Documentation is available at https://hexdocs.pm/digraphviz.

TODO

  • Support subgraphs/clusters
  • Support subgraph attributes
  • Documentation