問題:code
verbose = matplotlib.verbose AttributeError: module 'matplotlib' has no attribute 'verbose'
解決方式:module
將backend_interagg.py文件中的「verbose = matplotlib.verbose」改成「verbose = matplotlib.Verbose」matplotlib