StackOverflow 文件 matplotlib 教程 關閉圖視窗 使用 pyplot 關閉當前活動數字 使用 pyplot 關閉當前活動數字 Created: November-22, 2018 matplotlib 的 pyplot 介面可能是關閉數字的最簡單方法。 import matplotlib.pyplot as plt plt.plot([0, 1], [0, 1]) plt.close() 使用 plt.close() 關閉特定數字關閉圖視窗