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.
with⁡plots:
setoptions3d⁡title=`My Kind of Donut`,style=patch,axes=boxed,scaling=constrained
plot3d⁡cos⁡y⁢10.0+6.0⁢cos⁡x,sin⁡y⁢10.0+6.0⁢cos⁡x,−6.0⁢sin⁡x,x=−π..π,y=−π..π
See Also
plot/option
plot3d/option
plots[setoptions]
Download Help Document