boxplot SciMax Toolbox breakup

SciMax Toolbox >> break

break

Maxima Function

Calling Sequence

break (expr_1, ..., expr_n)

Description

Evaluates and prints expr_1, ..., expr_n and then causes a Maxima break at which point the user can examine and change his environment. Upon typing exit; the computation resumes.

boxplot SciMax Toolbox breakup