plotmaple - 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

MapleTA[Builtin]

  

plotmaple

  

generate a Maple plot

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

plotmaple(plotstatement)

Parameters

plotstatement

-

string

Description

• 

The plotmaple command executes the given plotstatement string.

• 

The plotmaple command in Maple T.A. recognizes certain options for the plot device, such as generating a gif versus a jpeg for display purposes. These options are not relevant within Maple itself, so they are stripped off and ignored during execution. java.text.DecimalFormat.

Examples

Example of a 2-D plot using the plotmaple command

MapleTA:-Builtin:-plotmapleplot((1-x^3), x=-2..2), plotoptions='width=250,height=250'

Example of a 3-D plot using the plotmaple command

MapleTA:-Builtin:-plotmapleplot3d(sin(x)*y, x=0..10, y=-1..1, style=patchnogrid, lightmodel=light1), plotdevice='jpeg', plotoptions='width=250,height=250'

Compatibility

• 

The MapleTA[Builtin][plotmaple] command was introduced in Maple 18.

• 

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

See Also

MapleTA

plot

plot3d

 


Download Help Document