Graphic option
xtics
Default value: true
true
If xtics is true, tics will be written in the x axis.
Since this is a global graphics option, its position in the scene description does not matter.
Example:
(%i1) load(draw)$ (%i2) /* No tics in the x-axis */ draw2d(xtics = false, explicit(exp(u),u,-2,2))$
See also , and .