Graphviz
From Wikipedia, the free encyclopedia
Graphviz | |
---|---|
Developed by | AT&T Research Labs |
Latest release | 2.16.1 / November 9, 2007 |
OS | Linux, Windows, Mac OS X |
Genre | Graph Visualization |
License | Common Public License |
Website | http://graphviz.org/ |
Graphviz (short for Graph Visualization Software) is a package of open source tools initiated by AT&T Research Labs 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 Common Public License.
Contents |
[edit] Architecture
Graphviz consists of a graph description language named the DOT language[1] and a set of tools that can generate and/or process DOT files:
- dot
- a command-line tool to lay out directed graphs into a variety of output formats (PostScript, PDF, SVG, annotated text and so on).
- neato
- the counterpart of dot for undirected graphs.
- 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 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.
[edit] Applications
- Doxygen uses Graphviz to generate diagrams including class hierarchies and collaboration for C++, Java and Python
- GRAMPS uses Graphviz to create family trees
- Graphviz - MediaWiki Graphviz Extension
- Linguine Maps Java API to Graphviz
- lisp2dot converts Lisp-like program trees to DOT language. Designed for use with genetic programming.
- MoinMoin wiki Graphviz Extension
- THE CHART plots sexual networks based on data input by members
- UMLGraph creates UML class and sequence diagrams from declarative specifications
- WinGraphviz is a win32 platform application.
- EHT Graphviz is a Wordpress plugin to integrate easily Graphviz images into a Wordpress page.
- WikidPad - Uses Graphviz as a plugin
[edit] See also
[edit] External links
- Graphviz Homepage
- AT&T Research Labs
- An Introduction to Graphviz and dot (M. Simionato, 2004)
- Create relationship diagrams with Graphviz (Shashank Sharma, 2005)
- Visualize function calls with Graphviz (M. Tim Jones, 2005)