Plot Options - Maple Help

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; see example.)

• 

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

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

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