Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

relabel_gexf_graph

relabel_gexf_graph(G)[source]

Relabel graph using “label” node keyword for node label.

Parameters:

G : graph

A NetworkX graph read from GEXF data

Returns:

H : graph

A NetworkX graph with relabed nodes

Notes

This function relabels the nodes in a NetworkX graph with the “label” attribute. It also handles relabeling the specific GEXF node attributes “parents”, and “pid”.