ylabel SciMax Toolbox ytics

SciMax Toolbox >> yrange

yrange

Graphic option

yrange

Description

Default value: false

If yrange is false, the range for the y coordinate is computed automatically.

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

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

Example:

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

See also and .

ylabel SciMax Toolbox ytics