首页 > 编程语言 >Python MatplotlibDeprecationWarning Matplotlib 3.6 and will be removed two minor releases later

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

时间:2023-04-29 22:01:51浏览次数:39  
标签:3.6 releases MatplotlibDeprecationWarning Python two Matplotlib will plots

百度飞桨(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.

Python MatplotlibDeprecationWarning Matplotlib 3.6 and will be removed two minor releases later_数字识别

解决方法

File -> Settings -> Tools -> Python Scientific -> 取消 Show plots in tool window

Python MatplotlibDeprecationWarning Matplotlib 3.6 and will be removed two minor releases later_数字识别_02


代码后面加上 plt.show()

Python MatplotlibDeprecationWarning Matplotlib 3.6 and will be removed two minor releases later_解决方法_03

Python MatplotlibDeprecationWarning Matplotlib 3.6 and will be removed two minor releases later_数字识别_04


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

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



标签:3.6,releases,MatplotlibDeprecationWarning,Python,two,Matplotlib,will,plots
From: https://blog.51cto.com/u_15116285/6236962

相关文章