Convert python-igraph graph to networkx. You can initiate a networkx graph with edges: Graph([(1,2), (3,4)]). See the documentation.
確定! 回上一頁