DADiSP Worksheet Functions > Function Categories > Plot Attributes > YSUBTIC

 

YSUBTIC

Purpose:

Sets subtic labeling for log Y axis.

Syntax:

YSUBTIC(win, mode)

win

-

Optional. A Window, defaults to the current Window.

mode

-

Optional. An integer, the Y subtic label mode:

0:

Do not label log subtics (default).

1:

Label log subtics.

Returns:

Nothing.

Example:

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.

Remarks:

Some subtics may not be labeled if there is not enough room between tics.

See Also:

SETXLOG

SETYLOG

XSUBTIC