如何显示一定时间后自动关闭

2018-07-16  本文已影响27人  yalesaleng

请勿使用plt.show()

而改用为:

plt.ion()
...
plt.pause(15)  #显示秒数
plt.close()
上一篇 下一篇

猜你喜欢

热点阅读