Show - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

Show

  

display plots

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Show(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

The Show command displays two- and three-dimensional plots.

Examples

> 

with⁡MmaTranslatorMma:

> 

Show⁡plot3d⁡cos⁡x⁢y,x=−2..2,y=−2..2,axes=BOXED

Alternatively, you can use the FromMma command with the evaluate option specified.

> 

with⁡MmaTranslator:

> 

FromMma⁡`Show[Plot3D[Cos[x y], {x, -2, 2}, {y, -2, 2}]]`,evaluate

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]