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.
我有 1d numpy 数组 x、y、z,其中 z 被认为是(x,y)处某个数量的值。位置数组 (x,y) 不是均匀采样的。
我可以在 python 中轻松构建和绘制图像 z(x,y) 吗?