import networkx from networkx.algorithms.approximation import clique import matplotlib.pyplot as plt w = 4 h = 3 d = 70 plt.figure(figsize=(w, h), dpi=d).
確定! 回上一頁