matplotlib&pycharm

问题:code

verbose = matplotlib.verbose AttributeError: module 'matplotlib' has no attribute 'verbose'

解决方式:module

将backend_interagg.py文件中的“verbose = matplotlib.verbose”改成“verbose = matplotlib.Verbose”matplotlib

本站公众号
   欢迎关注本站公众号,获取更多信息