XNLINCS

Syntax: SET XNLINCS n
GET XNLINCS { n }
Default: XNLINCS = 5

XNLINCS controls the number of large, labeled, tic marks to be displayed on the x-axis.

XNLINCS meaning
< 0 the number of large tic marks on the x-axis will be XNLINCS + 1. If XLOGBASE > 1, logarithmic x-axis, XNLINCS may be changed to avoid fractional powers. If XLOGBASE < 1, linear x-axis, the x-axis minimum and maximum will not be labeled with numbers.
= 0 the number of large tic marks on the x-axis will be automatically determined for the user. The virtual x-axis minimum and maximum will be determined, so the x-axis may not begin or end at a large tic mark.
> 0 the number of large tic marks on the x-axis will be XNLINCS + 1. If XLOGBASE > 1, logarithmic x-axis, XNLINCS may be changed to avoid fractional powers. If XLOGBASE < 1, linear x-axis, XNLINCS will not be changed.