Creates a true perspective 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 plot of the cubic spline interpolated random surface.
The resulting graph can be rotated with the ROTATE3D and MOUSEROTATE functions.
SETPLOTTYPE can also converts a table into a 3D plot,