SETZTIC

Purpose:

Sets the tic spacing on the z-axis.

Syntax:

SETZTIC(win, ztic)

win

-

Optional. Window reference. Defaults to the current Window.

ztic

-

A real, the desired Z tic interval.

Example:

setztic(.01)

 

sets the z tic interval on the current Window to 0.01.

 

setztic

 

sets the ztic interval of the current Window to the default values.

 

Example:

The GETZTIC function returns the current tic interval.

 

setztic(W3, 0.5*getztic)

 

shrinks the z-tic interval of W3 by a factor of 2.

Remarks:

If the tic interval is negative or not specified, the tic intervals are scaled automatically.

See Also:

GETXTIC

GETYTIC

GETZTIC

SETXTIC

SETYTIC

SETZ

XTIC

YTIC

ZTIC