0
点赞
收藏
分享

微信扫一扫

【报错】NotImplementedError: Axes3D currently only supports the aspect argument ‘auto‘.

Go_Viola 2022-02-28 阅读 276
python

 

报错:
NotImplementedError: Axes3D currently only supports the aspect argument 'auto'. You passed in 'equal'.
解决方法:
ax.axis('auto') 
修改为auto即可,如上。

举报

相关推荐

3d打印打印头heating failure报错

0 条评论