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