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

来源:3-2 基本线图绘制

慕先生4075859

2019-05-29 13:16

    ax=plt.gea()

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


写回答 关注

1回答

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

    是gca,不是gea

    原文应该是

    ax = plt.gca()才对

Python数据分析-基础技术篇

使用Python进行数据分析的基础模块简介

93614 学习 · 277 问题

查看课程

相似问题