xthru SciMax Toolbox xu_grid

SciMax Toolbox >> xtics

xtics

Graphic option

xtics

Description

Default value: 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 .

xthru SciMax Toolbox xu_grid