Grading
Draw
Calling Sequence
Parameters
Description
Examples
Compatibility
Draw(obj, plotview)
obj
-
Grading object or a list of Grading objects
plotview
[range, range] horizontal and vertical ranges for the plot
The Draw command returns a 2-D plot of the object obj or a combined plot of the objects in obj, if obj is a list.
Additional plotting options as described on the plot/options help page can be provided to this command.
with⁡Grading:
L≔LinearFunction⁡x+2:
Draw⁡L,−5..5,−3..3,color=Brown,thickness=3
The Grading:-Draw command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Download Help Document