The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 15. The Common API for PLplot | Next |
plsurf3d
: Plot shaded 3-d surface plot
Plots a three dimensional shaded surface plot within the environment set up
by plw3d
. The surface is defined by the two-dimensional array
z[nx][ny],
the point z[i][j] being the
value of the function at (x[i],
y[j]). Note that the points in
arrays x and
y do not need to be equally
spaced, but must be stored in ascending order.
For further details see the Section called Three Dimensional Surface Plots in Chapter 3.
|