G = nx.Graph()# Create connections between nodes ... fig, ax = plt.subplots(figsize=(16, 12))pos = nx.spring_layout(G, k=2)# Plot networks
確定! 回上一頁