3D and volumetric data#
Plots of three-dimensional \((x,y,z)\), surface \(f(x,y)=z\), and
volumetric \(V_{x, y, z}\) data using the mpl_toolkits.mplot3d
library.
scatter(xs, ys, zs)
plot_surface(X, Y, Z)
plot_trisurf(x, y, z)
voxels([x, y, z], filled)
plot_wireframe(X, Y, Z)