Creates a 3D XYZ plot.
XYZ(xseries, yseries, zseries)
xseries |
- |
A series, the X values. |
yseries |
- |
A series, the Y values. |
zseries |
- |
A series, the Z values. |
An XYZ series.
xyz(gsin(100, .01, 4), gcos(100, .01, 4), 0..0.01..0.99)
creates an XYZ spiral.
spin
spins the XYZ plot.
rtspin
Spins the XYZ plot in the background, Use rtspin(0) to cancel the spin.
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.