DocumentTools/Canvas/NewCanvas - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DocumentTools/Canvas/NewCanvas

DocumentTools[Canvas]

  

NewCanvas

  

create a canvas

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

NewCanvas(elements)

NewCanvas(elements,script)

NewCanvas(caption, options)

Parameters

elements

-

list

script

-

(optional) Script object

output

-

(optional) output=records or output=string

Description

• 

The NewCanvas command creates a canvas data structure that can be viewed in Maple via ShowCanvas, or in Maple Learn via ShareCanvas.   Script actions can be performed on a canvas to demonstrate activities or provide an interactive experience.

• 

The first argument, elements, should be a list of the various components that should be included in the canvas.  Strings in the list are mapped to text components and math to math components, but Math, Text, Group, StaticPlot, and Button objects can also be used for further control and customization.  A sublist can be used to control layout, putting the contents of the sublist in columns.

• 

If the script parameter is provided, those actions are merged into the canvas and will automatically be executed when the canvas is opened in Maple Learn

• 

The default return value is an XML string that defines the canvas.  Using output=records causes the intermediate record-based data-structures to be returned instead of the canvas string.

Examples

withDocumentTools:-Canvas:

cvNewCanvasTitle,Column 1,Column 2,TextMixed %1,sqrtb24ac,Mathπ,Intsqrtsqrtxn+1α+βγ,x=..,Groupbasics,`%+`1,1,`%+`2,2:

ShowCanvascv

ShareCanvascv

Compatibility

• 

The DocumentTools[Canvas][NewCanvas] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

Annotate

GetCanvas

Math

NewCanvas

Script

ShareCanvas

ShareCanvas

Text