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

+ + +