DocumentTools[Canvas]
AppendToCanvas
append to a canvas
Calling Sequence
Parameters
Description
Examples
Compatibility
AppendToCanvas(canvas,elements)
canvas
-
XML canvas string
elements
list of canvas elements
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.
with⁡DocumentTools:-Canvas:
cv≔NewCanvas⁡Part 1,sqrt⁡x:
ShowCanvas⁡cv
cv2≔AppendToCanvas⁡cv,Part 2,ln⁡y:
ShowCanvas⁡cv2
ShareCanvas⁡cv2
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
Download Help Document