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

 

XYZ

Purpose:

Creates a 3D XYZ plot.

Syntax:

XYZ(xseries, yseries, zseries)

xseries

-

A series, the X values.

yseries

-

A series, the Y values.

zseries

-

A series, the Z values.

Returns:

An XYZ series.

Example:

xyz(gsin(100, .01, 4), gcos(100, .01, 4), 0..0.01..0.99)

 

 

image\xyzpic.gif

 

creates an XYZ spiral.

Example:

spin

 

spins the XYZ plot.

Example:

rtspin

 

Spins the XYZ plot in the background, Use rtspin(0) to cancel the spin.

Remarks:

Use ROTATE3D to rotate an XYZ plot. The configuration parameters X_ROTATE3D, Y_ROTATE3D and Z_ROTATE3D set the default rotation angles in degrees for an XYZ plot. The default values are X:20, Y:-15, Z:35 degrees.

See Also:

MOUSEROTATE

ROTATE3D

RTSPIN

SPIN

XY