Return new graph with edges that exist in either G or H but not both.
The node sets of H and G must be the same.
Parameters : | G,H : graph
create_using : NetworkX graph
|
---|
Notes
Attributes from the graph, nodes, and edges are not copied to the new graph.