• matplotlib首次运行报错:
  • 其它

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

  • Aria    2022-07-22 13:52:14
  • 阅读 1535    收藏 0    回答 1
  • 邀请
  • 收藏
  • 分享
发送
登录 后发表评论
  • 51testing软件测试圈微信