标签: python python-3.x matplotlib spyder
Spyder 3.1.4中的Python 3.6,默认首选项,iPython控制台。
为什么我只用这行代码看到图表,没有plt.show()?
import matplotlib.pyplot as plt plt.plot([1,2,3,4], [7,8,5,6])
答案 0 :(得分:1)
我已经找到了如何避免这种情况。在Spyder: 工具>偏好> IPython控制台>图形> Unbox"激活支持" 重新加载Spyder。