Sets the tic spacing on the z-axis.
SETZTIC(win, ztic)
win |
- |
Optional. Window reference. Defaults to the current Window. |
ztic |
- |
A real, the desired Z tic interval. |
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.
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.
If the tic interval is negative or not specified, the tic intervals are scaled automatically.