【发布时间】:2016-02-28 01:37:37
【问题描述】:
我正在 mathplotlib 中绘制 3D 图:
fig = plt.figure()
ax = fig.add_subplot(111, '3d')
ax.scatter(x,y,z)
plt.show()
该图在终端中打开,因此我无法检查它。如何在新窗口中打开查看?
谢谢。
【问题讨论】:
-
什么意思:在终端中打开?
-
@AndreySobolev:Spyder 终端
标签: python matplotlib spyder mplot3d