From bf7dbc865d5b09a309cc4a13de7c153be12861cf Mon Sep 17 00:00:00 2001 From: paulmasson Date: Wed, 15 Jan 2020 18:32:16 -0800 Subject: [PATCH] Add multiple outputs example --- docs/examples/multiple-outputs.html | 56 +++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 docs/examples/multiple-outputs.html diff --git a/docs/examples/multiple-outputs.html b/docs/examples/multiple-outputs.html new file mode 100644 index 0000000..4fc132a --- /dev/null +++ b/docs/examples/multiple-outputs.html @@ -0,0 +1,56 @@ + + +Multiple Outputs + + + + + + + + +

An example showing multiple outputs, one for each main type of output:

+ +
+ +
+ +

Data for SVG and 3D plots are currently entered inside an explicit array to allow easily for multiple objects in each. Since a matrix is already expected to be an array, there is currently no additional outer array. Text output is intended to a display a single object or string, so again there is currently no additional outer array, but multiple lines are easily included via HTML line breaks.

+ +

Complete code for this example:

+ +

+
+
+
+

Examples Page

+ + +