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].
Control the legend for the function by making it display instead of .
Remove the legend for the function and remove the caption.
See Also
plot
plot/options
plot3d
plot3d/options
Student[Calculus1] Visualization Overview
Student[LinearAlgebra] Visualization Overview
Download Help Document