DOT (.dot, .gv) Graph Format
DOT file format
Description
Examples
DOT is a simple text-based file format for storing a single undirected or directed graph.
It also allows the application of attributes to nodes, edges and graphs.
The GraphTheory[ImportGraph] and GraphTheory[ExportGraph] commands can read from and write to this format.
The general-purpose commands Import and Export also support this format.
Import a DOT file encoding a directed graph.
Export the Desargues graph to a DOT file in the home directory of the current user.
See Also
Formats
GraphTheory
Download Help Document