setoptions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Graphics : 2-D : Options : setoptions

plots

  

setoptions

  

set default options for plots

 

Calling Sequence

Parameters

Description

Examples

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.

• 

Calls to this function are typically put into a user initialization file such that customized options are loaded on startup.  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.

Examples

withplots:

setoptionstitle=`Family Plot`,axes=boxed,size=400,200

plotseqcosx2+0.4i24x2+0.4i2+π,i=1..10,x=3..10

See Also

mapleinit

plot/option

plots[setcolors]

plots[setoptions3d]

 


Download Help Document