plt.show() 这不起作用- 带有沙漏光标的灰色窗口显示,我必须终止进程才能摆脱它: import matplotlib.pyplot as plt plt.ion() plt.plot([1, 2 , 3, 4]) plt.show(block= ...
確定! 回上一頁