共计 217 个字符,预计需要花费 1 分钟才能阅读完成。
在绘制的图中能够看到的内容如下:
能够通过设置解决这个问题,具体为
设置 ->python Scientific 中去掉勾选框。
1
简略测试
import numpy as np
import matplotlib.pyplot as plt
fig = plt.figure()
ax = plt.axes(projection='3d')
print("finish")
plt.show()
后果如下
1、参考:https://blog.csdn.net/Dontla/…
正文完