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

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

withMmaTranslatorMma:

Showplot3dcosxy,x=2..2,y=2..2,axes=BOXED

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

withMmaTranslator:

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

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]