setoptions3d - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Graphics : 3-D : Options : setoptions3d

plots

  

setoptions3d

  

set default options for 3-D plots

 

Calling Sequence

Parameters

Description

Examples

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/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.

Examples

withplots:

setoptions3dtitle=`My Kind of Donut`,style=patch,axes=boxed,scaling=constrained

plot3dcosy10.0+6.0cosx,siny10.0+6.0cosx,6.0sinx,x=π..π,y=π..π

See Also

plot/option

plot3d/option

plots[setoptions]