NetworkX

Previous topic

GML

Next topic

networkx.write_gml

Quick search

networkx.read_gml

read_gml(path)

Read graph in GML format from path. Returns an Graph or DiGraph.

This doesn’t implement the complete GML specification for nested attributes for graphs, edges, and nodes.