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

Online Help

All Products    Maple    MapleSim


convert/PLOToptions

convert user level plot options into internal structures

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( p, PLOToptions )

Parameters

p

-

equation or list of equations

Description

• 

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

• 

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

Examples

convertstyle=point,PLOToptions

STYLEPOINT

(1)

convertthickness=3,color=red,title=My Beautiful Plot,PLOToptions

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

(2)

See Also

plot

plot/options

plot/structure