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

Online Help

All Products    Maple    MapleSim


Graphlet (.gml) Graph Format

Graphlet file format

 

Description

Examples

Description

• 

Graphlet GML (Graph Modelling Language) is a text-based file format for storing a single directed or undirected graph.

• 

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 Graphlet file encoding the Petersen graph.

(1)

Import a Graphlet file encoding the constellation Draco.

(2)

Export the Herschel graph to a Graphlet file in the home directory of the current user.

(3)

(4)

See Also

Formats

GraphTheory

 


Download Help Document