假设我有一个 3D 平面方程:
ax+by+cz=d
如何在 python matplotlib 中绘制它?
我看到了一些使用 的示例plot_surface,但它接受 x、y、z 值作为二维数组。我不明白如何将我的方程转换为参数输入plot_surface或 matplotlib 中可用于此目的的任何其他函数。
plot_surface
python 3d matplotlib
3d ×1
matplotlib ×1
python ×1