首页 > 编程语言 >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-27 17:14:15浏览次数:34  
标签:3.6 releases MatplotlibDeprecationWarning Python later two Matplotlib will

在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
image
代码后面加上 plt.show()
image

标签:3.6,releases,MatplotlibDeprecationWarning,Python,later,two,Matplotlib,will
From: https://www.cnblogs.com/vipsoft/p/17359447.html

相关文章