convert/PLOToptions
convert user level plot options into internal structures
Calling Sequence
Parameters
Description
Examples
convert( p, PLOToptions )
p
-
equation or list of equations
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.
convert⁡style=point,PLOToptions
STYLE⁡POINT
convert⁡thickness=3,color=red,title=My Beautiful Plot,PLOToptions
COLOUR⁡RGB,1.00000000,0.,0.,THICKNESS⁡3,TITLE⁡My Beautiful Plot
See Also
plot
plot/options
plot/structure
Download Help Document