我正在使用PyCharm Community 4.0.7
我正在使用Anaconda2 4.0.0
我使用的是OS X 10.11.4
我已将PyCharm配置为在默认设置中使用Anaconda(并且可以查看模块列表等)。
当我在python控制台中尝试一个简单的测试时:
import matplotlib.pyplot as plt
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()
整个绘图窗口只显示为黑色方块。我一直在寻找有这个问题的其他人....
BTW - 运行show()命令后,解释器将以下输出提供给控制台:
Backend MacOSX is interactive backend. Turning interactive mode on.
/Applications/anaconda/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
答案 0 :(得分:0)