av SciMax Toolbox axis_bottom

SciMax Toolbox >> axis_3d

axis_3d

Graphic option

axis_3d

Description

Default value: true

If axis_3d is true, the x, y and z axis are shown in 3d scenes.

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

Example:

(%i1) load(draw)$
(%i2) draw3d(axis_3d = false,
             explicit(sin(x^2+y^2),x,-2,2,y,-2,2) )$

See also , , , and for axis in 2d.

av SciMax Toolbox axis_bottom