xgraph_curves SciMax Toolbox xrange

SciMax Toolbox >> xlabel

xlabel

Graphic option

xlabel

Description

Default value: "" (empty string)

Option xlabel stores a Maxima string with the label for the x 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",
             explicit(exp(u),u,-2,2),
             ylabel = "Population")$

See also , and .

xgraph_curves SciMax Toolbox xrange