您的位置: 首页 > 文章 > Pycharm 报错 “AttributeError: module 'matplotlib' has no attribute 'verbose'” Pycharm 报错 “AttributeError: module 'matplotlib' has no attribute 'verbose'” 分类: 文章 • 2023-04-05 16:21:50 在练习matplotlib 的时候,运行代码出现了报错 解决方法: 在pycharm中" File --> Settings --> Tools --> Python Scientific ",将"Show plots in toolwindow"去掉勾选 这样就可以运行啦!