问题:code
verbose = matplotlib.verbose AttributeError: module 'matplotlib' has no attribute 'verbose'
解决方式:module
将backend_interagg.py文件中的“verbose = matplotlib.verbose”改成“verbose = matplotlib.Verbose”matplotlib