plots[setoptions] - set default options for plots
|
Calling Sequence
|
|
setoptions(options)
|
|
Parameters
|
|
options
|
-
|
(optional) standard options accompanying PLOT structures
|
|
|
|
|
Description
|
|
•
|
This function sets global options for 2-D plots. These become default for all subsequent 2-D plots in the same Maple session. See the plot/options help page for a list of options.
|
•
|
Typically the user puts a call to this function with customized options in the init file. See the mapleinit help page for details.
|
•
|
The following options cannot be set with the setoptions command: adaptive, coords, discont, filled, filledregions and sample.
|
•
|
The setoptions command allows a single value to be set for each option; lists of option values are not accepted. To specify a list of colors for curves in a 2-D plot, use the plots[setcolors] command.
|
|
|
Download Help Document
Was this information helpful?