Graphviz

Graph visualization software

Graphviz is open source graph visualization software. It has several main graph layout programs. See the gallery for some sample layouts. It also has web and interactive graphical interfaces, and auxiliary tools, libraries, and language bindings.

The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in several useful formats such as images and SVG for web pages, Postscript for inclusion in PDF or other documents; or display in an interactive graph browser. (Graphviz also supports GXL, an XML dialect.)

Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes.

In practice, graphs are usually generated from an external data sources, but they can also be created and edited manually, either as raw text files or within a graphical editor. (Graphviz was not intended to be a Visio replacement, so it is probably frustrating to try to use it that way.)

Roadmap:

License: CPL.

Tags: discrete mathematics, graph theory.

Programs: dot, neato, twopi.

Interface: command line.

Source languages: C, C++.

Staff

Maintainers: John Ellson, Emden Gansner, Yifan Hu.

Developers: Arif Bilgin, John Ellson, Emden Gansner, Yifan Hu, Yehuda Koren, Stephen North.

Contributors: Vladimir Alexiev, David Dobkin, Eleftherios Koutsofios, Bruce Lilly, Glen Low, John Mocenigo, Jeroen Scheerder, Daniel Richard G., Gordon Woodhull.

Sponsors: AT&T Research.

Links

Homepage: http://graphviz.org/.

Documentation: http://graphviz.org/doc/.

Source repository: http://www.graphviz.org/Download_source.php.

Bug database: http://www.graphviz.org/Bugs.php.

Mailing lists

Support: https://mailman.research.att.com/mailman/listinfo/graphviz-interest.

Development: https://mailman.research.att.com/mailman/listinfo/graphviz-devel.