timer_info SciMax Toolbox tldefint

SciMax Toolbox >> title

title

Graphic option

title

Description

Default value: "" (empty string)

Option title stores a Maxima string with the main title for the scene. By default, no title is written.

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

Example:

(%i1) load(draw)$
(%i2) draw2d(explicit(exp(u),u,-2,2),
             title = "Exponential function")$
timer_info SciMax Toolbox tldefint