Graphviz

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 216.40.142.198 (talk) at 22:12, 2 April 2012 (Added an example of an online application using GraphViz for rendering.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Graphviz
Developer(s)AT&T Labs Research and Contributors[1]
Stable release
2.28.0 / May 6, 2011; 12 years ago (2011-05-06)
Preview release
2.29.20120113.0545-1 / January 13, 2012; 12 years ago (2012-01-13)
Repository
Operating systemLinux, Windows, Mac OS X
TypeGraph Visualization
LicenseEclipse Public License
Websitegraphviz.org
File:Mvblog29jan06h.jpg
Visual rendering by Graphviz. This graph visualises the relationship between a group of bloggers.
Undirected graph showing adjacency of the 48 contiguous United States

Graphviz (short for Graph Visualization Software) is a package of open-source tools initiated by AT&T Labs Research for drawing graphs specified in DOT language scripts. It also provides libraries for software applications to use the tools. Graphviz is free software licensed under the Eclipse Public License.

Architecture

Graphviz consists of a graph description language named the DOT language[2] and a set of tools that can generate and/or process DOT files:

dot
a command-line tool to produce layered drawings of directed graphs in a variety of output formats (PostScript, PDF, SVG, annotated text and so on).
neato
for "spring model" layout (in Mac OS version called "energy minimised")
twopi
for radial graph layouts.
circo
for circular graph layouts.
fdp
another layout engine for undirected graphs.
dotty
a graphical user interface to visualize and edit graphs.
lefty
a programmable (in a language inspired by EZ[3]) widget that displays DOT graphs and allows the user to perform actions on them with the mouse. Lefty can therefore be used as the view in a model-view-controller GUI application that uses graphs.

Applications

See also

Related software

References

External links