python 进行数据分析
问题一、
import matplotlib.pyplot as plt 遇到问题
AttributeError: module 'matplotlib' has no attribute 'verbose'
解决方法,我的电脑是Mac ,在PyCharm中使用命令修改backend格式
import matplotlib matplotlib.use('TKAgg') import matplotlib.pyplot as plt
posted on 2020-12-21 21:52 yaqiong1112 阅读(46) 评论(0) 编辑 收藏 举报