import pandas as pd import networkx as nx data ... pos = nx.spring_layout(G), # pos = nx.shell_layout(G), pos = nx.circular_layout(G), node_color = 'r', ...
確定! 回上一頁