logsimp SciMax Toolbox logxor

SciMax Toolbox >> logx

logx

Graphic option

logx

Description

Default value: false

If logx is true, the x 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) draw2d(explicit(log(x),x,0.01,5),
             logx = true)$

See also and .

logsimp SciMax Toolbox logxor