AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'是怎么了?
? ? ax=plt.gea()
AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'
? ? ax=plt.gea()
AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'
2019-05-29
舉報
2019-06-13
是gca,不是gea
原文應該是
ax = plt.gca()才對