报错:
NotImplementedError: Axes3D currently only supports the aspect argument 'auto'. You passed in 'equal'.
解决方法:
ax.axis('auto')
修改为auto即可,如上。
【报错】NotImplementedError: Axes3D currently only supports the aspect argument ‘auto‘.
阅读 276
2022-02-28
报错:
NotImplementedError: Axes3D currently only supports the aspect argument 'auto'. You passed in 'equal'.
解决方法:
ax.axis('auto')
修改为auto即可,如上。
相关推荐
精彩评论(0)