Student Plot Options
Description
Examples
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'
'gridstyle'
'labeldirections'
'light'
'lightmodel'
'orientation'
'projection'
'shading'
Change the default colors for the entire Student package by using Student[SetColors].
with⁡StudentCalculus1:
TaylorApproximation⁡x3+5⁢x,x=1,output=plot,thickness=3,scaling=unconstrained
TaylorApproximation⁡x3+5⁢x,x=1,output=plot,thickness=3,scaling=constrained
Control the legend for the function by making it display sin⁡x instead of f⁡x.
Tangent⁡sin⁡x,x=1,0..π,output=plot,functionoptions=legend=sin(x)
Remove the legend for the function and remove the caption.
Tangent⁡sin⁡x,x=1,0..π,output=plot,functionoptions=legend=,caption=
with⁡StudentLinearAlgebra:
LeastSquaresPlot⁡1,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
Download Help Document