一个甜甜的大橙子 2017-09-28 12:18 采纳率: 25%
浏览 12908
已采纳

使用Python绘图时,隐藏坐标轴出现警告。我可以忽视吗?

MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance. In a future version, a new instance will always be created and returned. Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance.

  • 写回答

3条回答 默认 最新

  • threenewbee 2017-10-05 09:38
    关注

    可以忽视,因为它说在未来的版本可能有问题,但是如果你只用但钱的版本,是没事的。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?