logy SciMax Toolbox lopow

SciMax Toolbox >> logz

logz

Graphic option

logz

Description

Default value: false

If logz is true, the z axis will be drawn in the logarithmic scale.

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

Example:

(%i1) load(draw)$
(%i2) draw3d(logz = true,
             explicit(exp(u^2+v^2),u,-2,2,v,-2,2))$

See also and .

logy SciMax Toolbox lopow