Graphlet (.gml) Graph Format
Graphlet file format
Description
Examples
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.
Import a Graphlet file encoding the Petersen graph.
Import a Graphlet file encoding the constellation Draco.
Export the Herschel graph to a Graphlet file in the home directory of the current user.
See Also
Formats
GraphTheory
Download Help Document