Creates a surface plot of multi-column data with XYZ axes.
PLOT3D(table)
table |
- |
A multi-column series. |
plot3d(spline2(rand(5), 6));hot

creates a true perspective surface plot of the cubic spline interpolated random surface.
The resulting graph can be rotated with the ROTATE3D and MOUSEROTATE functions.
See SETPLOTTYPE to set various 2D and 3D plot types of multi-column data.
See SETHATCH to control the cross-hatching of the surface plot.