Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Graphviz
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Tools == ; dot : a [[Command-line interface|command-line]] tool to produce [[layered graph drawing|layered graph drawings]] in a variety of output formats, such as ([[PostScript]], [[PDF]], [[Scalable Vector Graphics|SVG]], annotated text and so on). ; neato : useful for [[undirected graph]]s up to about 1000 nodes. "[[Spring system|Spring model]]" layout minimizes global energy. ; fdp : [[force-directed graph drawing]] similar to "spring model", but minimizes forces instead of energy. Useful for undirected graphs. ; sfdp : multiscale version of fdp for the layout of large undirected graphs. ; twopi : for radial graph layouts. Nodes are placed on concentric circles depending on their distance from a given root node. ; circo : circular layout. Suitable for certain diagrams of multiple cyclic structures, such as certain telecommunications networks. ; dotty : a [[graphical user interface]] to visualize and edit graphs. ; lefty : a programmable (in a language inspired by [http://portal.acm.org/citation.cfm?id=318642 EZ]<ref>[http://graphviz.org/pdf/leftyguide.pdf The Lefty guide (“Editing Pictures with lefty”)], section 3.1, p. 9.</ref>) [[Widget (GUI)|widget]] that displays DOT graphs and allows the user to perform actions on them with the mouse. Therefore, Lefty can be used as the view in a [[model–view–controller]] GUI application that uses graphs. ; gml2gv, gv2gml: convert to/from [[Graph_Modelling_Language|GML]], another graph file format. ; graphml2gv: convert a [[GraphML]] file to the DOT format. ; gxl2gv, gv2gxl: convert to/from [[GXL]], another graph file format.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)