问答详情
源自:3-2 基本线图绘制

AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'是怎么了?

    ax=plt.gea()

AttributeError: module 'matplotlib.pyplot' has no attribute 'gea'


提问者:慕先生4075859 2019-05-29 13:16

个回答

  • 慕姐4399027
    2019-06-13 13:35:09

    是gca,不是gea

    原文应该是

    ax = plt.gca()才对