Jump to content

Graphviz

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Chrilloni (talk | contribs) at 15:59, 29 November 2016 (Corrected spelling). 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]
Initial releasebefore 2000; 24 years ago (2000)[2]
Stable release
2.38 / 13 April 2014; 10 years ago (2014-04-13)
Repository
Written inC
Operating systemLinux, OS X, Windows
TypeGraph visualization
LicenseEclipse Public License
Websitegraphviz.org
A Red-Black Tree plotted by Graphviz.
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.

Software architecture

Graphviz consists of a graph description language named the DOT language[3] 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")
sfdp
a layout engine for undirected graphs that scales to very large graphs.
fdp
another layout engine for undirected graphs.
twopi
for radial graph layouts.
circo
for circular graph layouts.
dotty
a graphical user interface to visualize and edit graphs.
lefty
a programmable (in a language inspired by EZ[4]) 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 that use Graphviz

  • AsciiDoc can embed Graphviz syntax as a diagram.
  • ArgoUML's alternative UML Diagram rendering called argouml-graphviz.
  • Bison is able to output the grammar as dot for visualization of the language.
  • ConnectedText has a Graphviz plugin.
  • Doxygen uses Graphviz to generate diagrams including class hierarchies and collaboration for source code.
  • Essential (Enterprise Architecture) Project uses Graphviz within the reporting tool used to visualise Enterprise Architecture information captured in Protégé using an ontology that realises the Essential Project Enterprise Architecture metamodel [1].
  • Eclipse GEF DOT supports editing and rendering of Graphviz DOT source files.
  • Gephi has a Graphviz plugin.
  • Gramps uses Graphviz to create family trees.
  • HyperSQL (the SQL documentation generator) uses Graphviz to generate dependency/usage graphs
  • Intel(R) Single Event API (trace collector, format translator) support Graphviz as one of trace view formats
  • Omnigraffle 5 uses the Graphviz engine for automatically laying out graphs.
  • Org-mode can work with DOT source code blocks
  • PlantUML uses Graphviz to generate UML diagrams from text descriptions.
  • Puppet can produce DOT resource graphs which can be viewed with Graphviz.[5]
  • Scribus is an Open Source DTP program that can use Graphviz to render graphs by using its internal editor in a special frame type called render frame.
  • Sphinx is a documentation generator that can use Graphviz to embed graphs in documents.
  • Trac wiki has a Graphviz plugin.
  • WikidPad uses Graphviz as a plugin.
  • Zim allows adding diagrams via plugin using Graphviz.
  • TOra a free software database development and administration GUI, available under the GNU GPL.

See also

References

  1. ^ "Credits Graphviz".
  2. ^ http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-1.7.7.tar.gz
  3. ^ The DOT Language
  4. ^ The Lefty guide (“Editing Pictures with lefty”), section 3.1, p. 9.
  5. ^ Dependency graphs in Puppet