AppendToCanvas - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


DocumentTools[Canvas]

  

AppendToCanvas

  

append to a canvas

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AppendToCanvas(canvas,elements)

Parameters

canvas

-

XML canvas string

elements

-

list of canvas elements

Description

• 

The AppendToCanvas command appends new elements to the end of an existing XML canvas string in order to create a new canvas with merged content.

Examples

withDocumentTools:-Canvas:

cvNewCanvasPart 1,sqrtx:

ShowCanvascv

cv2AppendToCanvascv,Part 2,lny:

ShowCanvascv2

ShareCanvascv2

Compatibility

• 

The DocumentTools[Canvas][AppendToCanvas] 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

Text