DOT - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DOT (.dot, .gv) Graph Format

DOT file format

 

Description

Examples

Description

• 

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.

Examples

Import a DOT file encoding a directed graph.

(1)

Export the Desargues graph to a DOT file in the home directory of the current user.

(2)

(3)

See Also

Formats

GraphTheory

 


Download Help Document