Return graph complement of G.
Parameters : | G : graph
create_using : NetworkX graph
name : string
|
---|
Notes
Note that complement() does not create self-loops and also does not produce parallel edges for MultiGraphs.
Graph, node, and edge data are not propagated to the new graph.