Graph Modelling Language
In-game article clicks load inline without leaving the challenge.
Graph Modeling Language (GML) is a hierarchical ASCII-based file format for describing graphs. It has been also named Graph Meta Language.
Example
A simple graph in GML format:
Applications supporting GML
- Cytoscape, an open source bioinformatics software platform for visualizing molecular interaction networks, loads and save previously-constructed interaction networks in GML.
- igraph, an open source network analysis library with interfaces to multiple programming languages.
- Gephi, an open source graph visualization and manipulation software.
- Graph-tool, a free Python module for manipulation and statistical analysis of graphs.
- NetworkX, an open source Python library for studying complex graphs.
- Tulip (software) is a free software in the domain of information visualisation capable of manipulating huge graphs (with more than 1.000.000 elements).
- yEd, a free Java-based graph editor, supports import from and export to GML.
- The Graphviz project includes two command-line tools (gml2gv and gv2gml) that can convert to and from the DOT file format.
- Wolfram Language, a general very high-level programming language, supports .
See also
- Graph Query Language (GQL)
- DGML
External links
- , Michael Himsolt - 2010/11/30 ()
- Unravelling Graph-Exchange File Formats, by Matthew Roughan and Jonathan Tuke, 2015,