Plot3D - 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]

  

Plot3D

  

create a canvas 3-D plot

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Plot3D(plot3d_command)

Parameters

plot3d_command

-

string or unevaluated function

Description

• 

The Plot3D command is used to create a 3-D plot that will be rendered inline in a shared canvas.  

• 

It is recommended that the argument to this command be a string -- an unevaluated plot3d command. The evaluated output of a 3-D plot command will also work, but will generate a much larger structure, which, when embedded in a canvas may lead to an error when calling ShareCanvas.

Examples

withDocumentTools:-Canvas:

cvNewCanvasTest 3D-Plot,Plot3Dplot3d(x^2+y)

ShareCanvascv

Compatibility

• 

The DocumentTools[Canvas][Plot3D] command was introduced in Maple 2022.

• 

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

See Also

Annotate

GetCanvas

Math

NewCanvas

Script

ShareCanvas

Text

 


Download Help Document