plots[setoptions3d] - set default options for 3-D plots
|
Calling Sequence
|
|
setoptions3d(options)
|
|
Parameters
|
|
options
|
-
|
(optional) standard options accompanying PLOT3D structures
|
|
|
|
|
Description
|
|
•
|
This function sets options for 3-D plot, which become default for all subsequent 3-D plots in the same Maple session. See plot3d/options 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 setoptions3d command: coords, filled and filledregions.
|
•
|
The setoptions3d command allows a single value to be set for each option; lists of option values are not accepted.
|
|
|
Download Help Document
Was this information helpful?