Maxima Function
draw (gr2d, ..., gr3d, ..., options, ...)
Plots a series of scenes; its arguments are gr2d
and/or gr3d
objects, together with some options. By default, the scenes are put together
in one column.
Function draw
accepts two possible options: terminal
and columns
.
Functions draw2d
and draw3d
are short cuts to be used
when only one scene is required, in two or three dimensions, respectively.
To make use of this function, write first load(draw)
.
Example: