标签: python-2.7
所以我的后端设置为atkgg,但pyplot仍未显示图形窗口。代码:
atkgg
pyplot
from matplotlib import pyplot as plt def ex1(): plt.figure(1) plt.plot([1,1],[2,2],[3,3],[4,4], 'ro') plt.draw() plt.show()