Section Navigation
Plots of three-dimensional\((x,y,z)\), surface\(f(x,y)=z\), andvolumetric\(V_{x, y, z}\) data using thempl_toolkits.mplot3d library.
mpl_toolkits.mplot3d
bar3d(x, y, z, dx, dy, dz)
fill_between(x1, y1, z1, x2, y2, z2)
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)