Python MatplotlibDeprecationWarning Matplotlib 3.6 and will be removed two minor releases later

百度飞桨(PaddlePaddle)-数字识别

在Pycharm中使用Matplotlib中的pyplot时,运行代码报错:

MatplotlibDeprecationWarning: Support for FigureCanvases without a required_interactive_framework attribute
was deprecated in Matplotlib 3.6 and will be removed two minor releases later.

image

解决方法

File -> Settings -> Tools -> Python Scientific -> 取消 Show plots in tool window
image
代码后面加上 plt.show()
image

image
取消 Show plots in tool window,后,将以弹框的形式展示
image

posted @ 2023-05-05 08:59  VipSoft  阅读(658)  评论(0编辑  收藏  举报