Sets the tic spacing on the y-axis.
SETYTIC(win, ytic)
|
win |
- |
Optional. Window reference. Defaults to the current Window. |
|
xtic |
- |
A real, the desired Y tic interval. |
setytic(.01)
sets the y tic interval on the current Window to 0.01.
setytic(-1)
sets the ytic interval of the current Window to the default values.
The GETXTIC and GETYTIC functions return the current tic intervals.
setytic(W3, 0.5*getytic)
shrinks the y-tic interval of W3 by a factor of 2.
If the tic interval is negative or not specified, the tic intervals are scaled automatically.