import numpy as np import networkx as nx import matplotlib.pyplot as plt ... fig, ax = plt.subplots(1, 1, figsize=(6, 6)) nx.draw_circular(g, ax=ax).
確定! 回上一頁