zlabel SciMax Toolbox ztics

SciMax Toolbox >> zrange

zrange

Graphic option

zrange

Description

Default value: false

If zrange is false, the range for the z coordinate is computed automatically.

If the user wants a specific interval for z, it must be given as a Maxima list, as in zrange=[-2, 3].

Since this is a global graphics option, its position in the scene description does not matter.

Example:

(%i1) load(draw)$
(%i2) draw3d(yrange = [-3,3],
             zrange = [-2,5],
             explicit(x^2+y^2,x,-1,1,y,-1,1),
             xrange = [-3,3])$

See also and .

zlabel SciMax Toolbox ztics