Draw - Maple Help

Online Help

All Products    Maple    MapleSim


Grading

  

Draw

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Draw(obj, plotview)

Parameters

obj

-

a Grading object or a list of Grading objects

plotview

-

[range, range] horizontal and vertical ranges for the plot

Description

• 

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 may be provided to this command.

Examples

withGrading:

LLinearFunctionx+2:

DrawL,5..5,3..3,color=Brown,thickness=3

Compatibility

• 

The Grading:-Draw command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

Grading