DADiSP Worksheet Functions > Function Categories > Plot Attributes > XSUBTIC

 

XSUBTIC

Purpose:

Sets subtic labeling for log X axis.

Syntax:

XSUBTIC(win, mode)

win

-

Optional. A Window, defaults to the current Window.

mode

-

Optional. An integer, the X subtic label mode:

0:

Do not label log subtics (default).

1:

Label log subtics.

Returns:

Nothing.

Example:

W1: gnorm(200, 1);setxlog(1);xsubtic(0)

W2: W1;setxlog(1);xsubtic(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

YSUBTIC