zrange SciMax Toolbox

SciMax Toolbox >> ztics

ztics

Graphic option

ztics

Description

Default value: true

If ztics is true, tics will be written in the z 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 z-axis */
      draw3d(ztics = false,
             explicit(sin(x^2+y^2),x,-2,2,y,-2,2) )$

See also , and .

zrange SciMax Toolbox