Matplotlib成功安装后,找了段代码来运行了一下
import matplotlib.pyplot as plt
plt.plot([3,4,5])
plt.ylabel('numbers')
plt.show()
报错如下:
UserWarning: Matplotlib is currently usingagg, which is a non-GUI backend