Plot Options - 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


Student Plot Options

 

Description

Examples

Description

• 

For the Student subpackage visualization routines, you can use a subset of the plot options available for the plot and plot3d commands. (For a complete list of plot options available in Maple, see plot/options and plot3d/options.)

• 

For two-dimensional plots, you can use the following options. For more information about an option, see plot/options.

 

 

 

 

'axes'

'axesfont'

'font'

'labelfont'

'labels'

'linestyle'

'scaling'

'style'

'symbol'

'symbolsize'

'thickness'

'tickmarks'

'titlefont'

'transparency'

 

 

 

 

 

 

  

Note: The 'legend' option can be given in limited circumstances, and in some cases you can remove the default caption or legend; see examples.

• 

For three-dimensional plots, you can use the following options. For more information about an option, see plot3d/options.

 

 

 

 

'ambientlight'

'axes'

'axesfont'

'font'

'gridstyle'

'labeldirections'

'labelfont'

'labels'

'light'

'lightmodel'

'linestyle'

'orientation'

'projection'

'scaling'

'shading'

'style'

'symbol'

'symbolsize'

'thickness'

'tickmarks'

'titlefont'

'transparency'

 

 

 

 

 

 

• 

Change the default colors for the entire Student package by using Student[SetColors].

Examples

withStudentCalculus1:

TaylorApproximationx3+5x,x=1,output=plot,thickness=3,scaling=unconstrained

TaylorApproximationx3+5x,x=1,output=plot,thickness=3,scaling=constrained

Control the legend for the function by making it display sinx instead of fx.

Tangentsinx,x=1,0..π,output=plot,functionoptions=legend=sin(x)

Remove the legend for the function and remove the caption.

Tangentsinx,x=1,0..π,output=plot,functionoptions=legend=,caption=

withStudentLinearAlgebra:

LeastSquaresPlot1,2,3,5,4,2,6,4,axes=boxed

See Also

plot

plot/options

plot3d

plot3d/options

Student[Calculus1] Visualization Overview

Student[LinearAlgebra] Visualization Overview