NetworkX is a graph analysis library for Python. ... names you need to pass the labels nx.draw(g, labels = {n:n.name for n in g.nodes()}, ...
確定! 回上一頁