Close
Close window
PLOToptions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

convert/PLOToptions

convert user level plot options into internal structures

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /