PLOT3D

Purpose:

Creates a surface plot of multi-column data with XYZ axes.

Syntax:

PLOT3D(table)

table

-

A multi-column series.

Example:

plot3d(spline2(rand(5), 6));hot

 

image\plot3dpic.png

 

creates a true perspective surface plot of the cubic spline interpolated random surface.

Remarks:

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.

See Also:

IGRID

MOUSEROTATE

ROTATE3D

SPLINE2

SETHATCH

SETPLOTTYPE

WATERFALL