xy_file SciMax Toolbox yrange

SciMax Toolbox >> ylabel

ylabel

Graphic option

ylabel

Description

Default value: "" (empty string)

Option ylabel stores a Maxima string with the label for the y axis. By default, no label is written.

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

Example:

(%i1) load(draw)$
(%i2) draw2d(xlabel = "Time",
             ylabel = "Population",
             explicit(exp(u),u,-2,2) )$

See also , and .

xy_file SciMax Toolbox yrange