DocumentTools/Canvas/ShowCanvas - Maple Help

Online Help

All Products    Maple    MapleSim


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

DocumentTools[Canvas]

  

ShowCanvas

  

insert a canvas into a document

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ShowCanvas(canvas)

ShowCanvas(canvas, script)

ShowCanvas(canvas, options)

Parameters

canvas

-

XML canvas string, or list

script

-

(optional) DocumentTools:-Canvas:-Script object

size=list(posint)

-

(optional) default [12,2], number of hidden rows and columns

output=table

-

(optional) return a component element mapping table

input=list

-

(optional) list of math expressions to fill in

Description

• 

The ShowCanvas command displays a canvas where math and text are laid out in columns inside scriptable components.  

• 

A "canvas" is an interactive section of a Maple document created by the NewCanvas command, or a shared web-based Maple Learn document.   See the Script command for a more complete description.

Examples

withDocumentTools:-Canvas:

cvNewCanvasTitle,Column 1,Column 2,sinx,x+y2:

ShowCanvascv

Compatibility

• 

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

• 

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

See Also

Math

NewCanvas

Script

ShareCanvas

Text