Read graph in GEXF format from path.
“GEXF (Graph Exchange XML Format) is a language for describing complex networks structures, their associated data and dynamics” [R230].
Parameters : | path : file or string
node_type: Python type (default: str) :
relabel : bool (default: False)
|
---|---|
Returns : | graph: NetworkX graph :
|
Notes
This implementation does not support mixed graphs (directed and unidirected edges together).
References
[R230] | (1, 2) GEXF graph format, http://gexf.net/format/ |