1、问题

在pycharm中使用matplotlib时报错: module ‘matplotlib’ has no attribute ‘verbose’

2、解决办法

在pycharm中依次点击File->settings->Tools->Python Scientific取消勾选Show plots in toolwindow,点击Apply->OK。
module 'matplotlib' has no attribute 'verbose'

3、运行

重新运行程序,无报错,解决。

相关文章: