matplotlib 2.0不会生成图

时间:2017-01-18 14:42:39

标签: python matplotlib

我刚刚通过

升级到matplotlib 2.0
sudo -H pip install -U matplotlib

现在,the simple example

import matplotlib.pyplot as plt
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()

不再生成情节。

我不知道从哪里开始调试。任何提示?

1 个答案:

答案 0 :(得分:0)

这实际上是registering the control's Renderer,现在已经解决了。