keepfloat SciMax Toolbox kill

SciMax Toolbox >> key

key

Graphic option

key

Description

Default value: "" (empty string)

key is the name of a function in the legend. If key is an empty string, no key is assigned to the function.

This option affects the following graphic objects:

Example:

(%i1) load(draw)$
(%i2) draw2d(key   = "Sinus",
             explicit(sin(x),x,0,10),
             key   = "Cosinus",
             color = red,
             explicit(cos(x),x,0,10) )$
keepfloat SciMax Toolbox kill