plots
setoptions3d
set default options for 3-D plots
Calling Sequence
Parameters
Description
Examples
setoptions3d(options)
options
-
(optional) standard options accompanying PLOT3D structures
This function sets options for 3-D plot, which become default for all subsequent 3-D plots in the same Maple session. See plot3d/option 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.
See Also
plot/option
plot3d/option
plots[setoptions]
Download Help Document