- 检查代码是否正确,运行是否报错等
# 倒入包
import matplotlib.pyplot as plt
# 绘图
# 显示
plt.show()
- 更改编辑器设置
PyCharm 版本目前有两种:
- 社区版本 PyCharm CE 没有科学模式
- 专业版本 PyCharm 有科学模式
网上大多是专业版本的解决方式
- Settings 取消勾选Show plots in toolwindow
PyCharm 从2017.3版之后,将matplotlib的绘图的结果默认显示在SciView窗口中, 而不是弹出独立的窗口
File | Settings | Tools | Python Scientific | Show plots in toolwindow
- View 勾选 Scientific Mode
View | Scientific Mode
- SciView窗口
View | Tool Windows| SciView
- 环境是否配置好
- matplotlib 卸载后重新 install
其他相关解决方式:
网友评论