GraphML (.graphml) Graph Format
GraphML file format
Description
Examples
References
GraphML is an XML-based file format for storing a single undirected or directed 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 GraphML file encoding the Petersen graph.
Export the Clebsch graph to a GraphML file in the home directory of the current user.
GraphML Specification, graphdrawing.org.
See Also
Formats
GraphTheory
Download Help Document