From 173b325adf1e0b627f1f4bbc1f1e3dfd188b55c6 Mon Sep 17 00:00:00 2001 From: paulmasson Date: Mon, 29 Aug 2022 18:42:24 -0700 Subject: [PATCH] Update documentation --- docs/outputs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/outputs.html b/docs/outputs.html index 6208f3a..3a070bb 100644 --- a/docs/outputs.html +++ b/docs/outputs.html @@ -11,11 +11,11 @@

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.

+

Unless otherwise specified input data is an array of arrays of data points, i.e. a three-dimensional array. 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.

Colors are specified using standard HTML color code strings.

-

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

+

An svg output displays a two-dimensional plot of the input data with the options and default values

xMincalculated