慕先生4075859
2019-05-29 13:16
ax=plt.gea()
AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'
是gca,不是gea
原文应该是
ax = plt.gca()才对
Python数据分析-基础技术篇
93614 学习 · 277 问题
相似问题
回答 1
回答 6