Plot Ranges
Calling Sequence
Parameters
Description
Examples
plot(f, x=low..hi, y=low..hi, options)
f
-
function(s)
x=low..hi
function argument and real range (range optional)
y=low..hi
label for the vertical axis and real range (both optional)
options
plot options (optional)
The horizontal and vertical range specifications define the horizontal and vertical ranges over which the function(s) are displayed.
If no range is specified, Maple tries to determine a suitable range for the given expression. If one range is specified, this is taken as the horizontal range, and a label for the vertical axis may be specified by simply stating the name as a parameter, but not giving it a range. If the vertical range is unspecified, a suitable range will be deduced from the values computed.
The low and hi elements of an axis range must be real constants. This includes numbers, plus or minus infinity and constants such as Pi and exp(4).
If either infinity or -infinity is included in an axis range specification then an infinity plot is computed.
plot⁡tan,−π..π,−5..5,discont
plot⁡sin⁡x,x
plot⁡x21−x,x
plot⁡cos⁡x,x=−π..π,y=−1..1
plot⁡sin⁡x,x=−π..π,`y axis`
See Also
plot/infinity
plot/options
range
type/range
Download Help Document