zeta%pi SciMax Toolbox zrange

SciMax Toolbox >> zlabel

zlabel

Graphic option

zlabel

Description

Default value: "" (empty string)

Option zlabel stores a Maxima string with the label for the z axis. By default, no label is written.

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

Example:

(%i1) load(draw)$
(%i2) draw3d(zlabel = "Z variable",
             ylabel = "Y variable",
             explicit(sin(x^2+y^2),x,-2,2,y,-2,2),
             xlabel = "X variable" )$

See also , and .

zeta%pi SciMax Toolbox zrange