标签: python matplotlib
我刚刚通过
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()
不再生成情节。
我不知道从哪里开始调试。任何提示?
答案 0 :(得分:0)
这实际上是registering the control's Renderer,现在已经解决了。