NetworkX

Previous topic

networkx.parse_graphml

Next topic

networkx.parse_graphml

networkx.read_graphml

read_graphml(path)

Read graph in GraphML format from path.

Returns a Graph or DiGraph.

Does not implement full GraphML specification.