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

Online Help

All Products    Maple    MapleSim


GXL (.gxl) Graph Format

GXL file format

 

Description

Examples

References

Description

• 

GXL (Graph eXchange Language) 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 GXL file encoding the Petersen graph.

PetersenImportexample/petersen.gxl,base=datadir

PetersenGraph 1: an undirected graph with 10 vertices and 15 edge(s)

(1)

GraphTheory:-DrawGraphPetersen

References

  

GXL Specification, www.gupro.de

  

Holt R.C., Winter A., A Short Introduction to the GXL Exchange Format, Proceedings 7th Working Conference on Reverse Engineering (WCRE 2000).

See Also

Formats

GraphTheory