Skip to content

A BEAM (Erlang, LFE, etc.) wrapper for the GraphViz graph visualisation tool

License

Notifications You must be signed in to change notification settings

erlsci/graphviz

 
 

Repository files navigation

graphviz

Erlang interface to the GraphViz graph visualisation tool

Build Status LFE Versions Erlang Versions Tag

Project Logo

Dependencies

This library utilises Erlang's os:cmd to call out to the GraphViz dot exectuable. As such, use of this library requires that one first have GraphViz installed on one's system.

Usage

graphviz:graph("G").
graphviz:add_edge("A", "B").
graphviz:add_edge("B", "C").
graphviz:add_edge("B", "D").
graphviz:to_file("test2.png", "png").

Licence

Copyright © 2011, Grégoire Lejeune

Copyright © 2020, Duncan McGreggor

About

A BEAM (Erlang, LFE, etc.) wrapper for the GraphViz graph visualisation tool

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Erlang 85.2%
  • Makefile 14.8%