3D# 3D plots using the mpl_toolkits.mplot3d library. scatter(xs, ys, zs) scatter(xs, ys, zs) plot_surface(X, Y, Z) plot_surface(X, Y, Z) plot_trisurf(x, y, z) plot_trisurf(x, y, z) voxels([x, y, z], filled) voxels([x, y, z], filled) plot_wireframe(X, Y, Z) plot_wireframe(X, Y, Z)