Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Feb 6, 2021
1 parent b5f8185 commit 50ec60e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/outputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<p>Multiple outputs are available by including a configuration dictionary containing a <code>multipleOutputs</code> entry as the third argument of the <code>MathCell()</code> command. The value for this key is then an array of arbitrary numerical values indicating the layout of the outputs. The data for the <code>evaluate()</code> 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.</p>

<p>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.</p>

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

<table style="width: 3.5in; margin-left: 1in"><tr><td>
Expand Down

0 comments on commit 50ec60e

Please sign in to comment.