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

Online Help

All Products    Maple    MapleSim


GEXF (.gexf) Graph Format

GEXF file format

 

Description

Examples

References

Description

• 

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.

Examples

Import a GEXF file encoding the Petersen graph.

(1)

Export a Kneser graph to a GEXF file in the home directory of the current user.

(2)

(3)

References

  

GEXF Format, www.gexf.net

See Also

Formats

GraphTheory

 


Download Help Document