GEXF (.gexf) Graph Format
GEXF file format
Description
Examples
References
GEXF (Graph Exchange XML Format) 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 GEXF file encoding the Petersen graph.
Export a Kneser graph to a GEXF file in the home directory of the current user.
GEXF Format, www.gexf.net
See Also
Formats
GraphTheory
Download Help Document