Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如说我有:
x = arange(-5,5, .1) y = arange(-5,5, .1)
是和z的不同值对应的数据x集y。
z
x
y
所以x和y是 1 x 100 数组并且z是 100 x 100 矩阵。
这可能是一个非常基本的问题,但我正在努力获得Pythonz范围内的x3d图。y
Python 不支持此功能,您需要图形包的帮助。黄金标准是matplotlib。
您可以先浏览3d 绘图库,然后选择看起来最接近您想要的图像。