Next: Plot Annotations, Previous: Specialized Two-Dimensional Plots, Up: Plotting
The Matlab-style three-dimensional plotting commands are:
Plot a mesh given matrices x, and y from
meshdom
and a matrix z corresponding to the x and y coordinates of the mesh. If x and y are vectors, then a typical vertex is (x(j), y(i), z(i,j)). Thus, columns of z correspond to different x values and rows of z correspond to different y values.