0
点赞
收藏
分享

微信扫一扫

AttributeError: module ‘matplotlib‘ has no attribute ‘verbose‘


Pycharm通过matplotlib画图报错如下:

AttributeError: module ‘matplotlib‘ has no attribute ‘verbose‘_解决方案

解决方案:

进入路径:File -> Settings ->  Tools -> Python Scientific,将“Show plots in toolwindow”去掉勾选即可。

AttributeError: module ‘matplotlib‘ has no attribute ‘verbose‘_python_02

再次运行,就可以了


举报

相关推荐

0 条评论