From 50ec60ed3c81d83df7f91eab8bc417c8da658678 Mon Sep 17 00:00:00 2001 From: paulmasson Date: Sat, 6 Feb 2021 14:22:07 -0800 Subject: [PATCH] Update documentation --- docs/outputs.html | 2 ++ 1 file changed, 2 insertions(+) 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