How do I get nodes from the specific edge in the networkx?

Posted by masti on Stack Overflow See other posts from Stack Overflow or by masti
Published on 2010-05-01T14:20:41Z Indexed on 2010/05/01 14:27 UTC
Read the original article Hit count: 251

Filed under:

I want to compare nodes of different edges in the graph. how can I get the nodes(n1 and n2) from the edge(n1,n2)?

© Stack Overflow or respective owner

Related posts about networkx