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