DADiSP Worksheet Functions > Function Categories > Plot Attributes > YSUBTIC
Sets subtic labeling for log Y axis.
YSUBTIC(win, mode)
win |
- |
Optional. A Window, defaults to the current Window. |
||||
mode |
- |
Optional. An integer, the Y subtic label mode:
|
Nothing.
W1: abs(gnorm(200, 1));setylog(1);ysubtic(0)
W2: W1;setylog(1);ysubtic(1)
Only the decades of the log plot in W1 are labeled (the default), where each subtic of W2 is labeled if there is enough room.
Some subtics may not be labeled if there is not enough room between tics.