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

Online Help

All Products    Maple    MapleSim


convert/PLOT3Doptions

convert user level 3-D plot options into internal structures

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( p, PLOT3Doptions )

Parameters

p

-

equation or list of equations

Description

• 

This routine converts user-level 3-D plot options to internal form. The result is a list of plot3d options in the internal structures. These structures can be directly inserted into a PLOT3D data structure. For a complete list of user-level options, see plot3d/options.

• 

Some function evaluation dependent options such as grid, numpoints, color function, etc. cannot be converted.

Examples

convertstyle=point,PLOT3Doptions

STYLEPOINT

(1)

convertcolor=red,title=`My Beautiful Plot`,PLOT3Doptions

COLOURRGB,1.00000000,0.,0.,TITLEMy Beautiful Plot

(2)

See Also

plot3d

plot3d/option

plot3d/structure