DADiSP Worksheet Functions > Function Categories > 3D and 4D Graphics > PLOT3D

 

PLOT3D

Purpose:

Creates a true perspective 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.gif

 

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

Remarks:

The resulting graph can be rotated with the ROTATE3D and MOUSEROTATE functions.

 

SETPLOTTYPE can also converts a table into a 3D plot,

See Also:

IGRID

MOUSEROTATE

ROTATE3D

SPLINE2

SETPLOTTYPE

WATERFALL