DOT (graph description language)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				Dan Tobias  (Talk | contribs)  (Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats |extensions={{ext|dot}}, {{ext|gv}} }} '''DOT''' is a language describing mathematical graphs (as used in g...")  | 
			Dan Tobias  (Talk | contribs)   | 
			||
| (One intermediate revision by one user not shown) | |||
| Line 11: | Line 11: | ||
* [http://www.graphviz.org/doc/info/lang.html Language info]  | * [http://www.graphviz.org/doc/info/lang.html Language info]  | ||
* [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]  | ||
| + | |||
| + | [[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.