1、问题 在pycharm中使用matplotlib时报错: module ‘matplotlib’ has no attribute ‘verbose’ 2、解决办法 在pycharm中依次点击File->settings->Tools->Python Scientific取消勾选Show plots in toolwindow,点击Apply->OK。 3、运行 重新运行程序,无报错,解决。 相关文章: 2022-01-17 2022-12-23 2022-01-06 2021-12-24 2021-10-07 2021-09-19 2021-10-20 2021-08-23