当前位置:   article > 正文

【深度学习】plt.xlabel ‘str‘ object is not callable

【深度学习】plt.xlabel ‘str‘ object is not callable

ref:
https://stackoverflow.com/questions/24120023/strange-error-with-matplotlib-axes-labels
画图的时候手欠写成了:

plt.xlabel = 'x'
  • 1

实际上应该是

plt.xlabel('x')
  • 1

因为已经将plt.xlable 赋值为了 ‘x‘ 字符串,所以自然就’str’ object is not callable

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/667150
推荐阅读
相关标签
  

闽ICP备14008679号