课程
/后端开发
/Python
/Python数据分析-基础技术篇
ax=plt.gea()
AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'
2019-05-29
源自:Python数据分析-基础技术篇 3-2
正在回答
是gca,不是gea
原文应该是
ax = plt.gca()才对
举报
使用Python进行数据分析的基础模块简介
1 回答AttributeError: 'DataFrame' object has no attribute 'sort'
6 回答运行程序出现AttributeError: module 'pandas' has no attribute 'Series'错误,请问怎么解决
1 回答报错module 'numpy' has no attribute 'linespace'???
1 回答ModuleNotFoundError: No module named 'matplotlib.pyplot'; 'matplotlib' is not a package
1 回答按照老师的代码执行报错AttributeError: 'DataFrame' object has no attribute 'sort'