在绘制的图中能够看到的内容如下:
能够通过设置解决这个问题,具体为
设置->python Scientific中去掉勾选框。

1
简略测试

import numpy as npimport matplotlib.pyplot as pltfig = plt.figure()ax = plt.axes(projection='3d')print("finish")plt.show()

后果如下

1、参考:https://blog.csdn.net/Dontla/...