diff --git a/docs/outputs.html b/docs/outputs.html index a61c700..9881beb 100644 --- a/docs/outputs.html +++ b/docs/outputs.html @@ -11,6 +11,8 @@

Multiple outputs are available by including a configuration dictionary containing a multipleOutputs entry as the third argument of the MathCell() command. The value for this key is then an array of arbitrary numerical values indicating the layout of the outputs. The data for the evaluate() function should then be an array of the usual data arrays. The configuration supplied to this function can either be a single dictionary for identical formatting of all outputs or an array of individual dictionaries.

+

Both two- and three-dimensional outputs automatically omit nonnumerical data points. This allows the graphic to appear at least in part, but be aware that this occurs.

+

An svg output displays a two-dimensional plot of the data. The input data should be an array of arrays of data points, i.e. a three-dimensional array. The output has the options and default values