标签:file 框架 Pycharm使用 分享 set plt .sh figure follow
在pycharm中使用
import matplotlib.pyplot as plt
plt.ion()
....
plt.ioff()
plt.show()
框架来开启 交互模式 ,开启交互模式后,在单独的Figure 会生成动态图。
为了配合matplotlib中的交互模式,需要对pycharm使用以下设置:
每次进行设置的变更后都要重启pycharm
matplotlib交互模式与pacharm单独Figure设置
标签:file 框架 Pycharm使用 分享 set plt .sh figure follow
原文地址:https://www.cnblogs.com/cloud-ken/p/9934717.html