DOT (graph description language)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
Dan Tobias (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [http://www.graphviz.org/Documentation/dotguide.pdf Drawing graphs with dot (PDF)] | * [http://www.graphviz.org/Documentation/dotguide.pdf Drawing graphs with dot (PDF)] | ||
* [http://volta.sourceforge.net/api/edu/uci/eecs/doc/cascade/graph/DOTWriter.html Class DOTWriter] | * [http://volta.sourceforge.net/api/edu/uci/eecs/doc/cascade/graph/DOTWriter.html Class DOTWriter] | ||
+ | |||
+ | [[Category:Diagramming and flowcharting]] |
Latest revision as of 00:22, 20 February 2017
DOT is a language describing mathematical graphs (as used in graph theory, directed or undirected) in text-based form. Its files can have a .dot or .gv extension, the latter often preferred due to the former being confused with the DOT files formerly used for Microsoft Word template files.