ax=plt.gea()
AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'
是gca,不是gea
原文应该是
ax = plt.gca()才对