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.
bar3d(x, y, z, dx, dy, dz)
plot(xs, ys, zs)
quiver(X, Y, Z, U, V, W)
scatter(xs, ys, zs)
stem(x, y, z)
plot_surface(X, Y, Z)
plot_trisurf(x, y, z)
voxels([x, y, z], filled)
plot_wireframe(X, Y, Z)