xlabel SciMax Toolbox xreduce

SciMax Toolbox >> xrange

xrange

Graphic option

xrange

Description

Default value: false

If xrange is false, the range for the x coordinate is computed automatically.

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

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

Example:

(%i1) load(draw)$
(%i2) draw2d(xrange = [-3,5],
             explicit(x^2,x,-1,1))$

See also and .

xlabel SciMax Toolbox xreduce