|
PlotRange
PlotRange is an option for graphics functions that specifies what points to include in a plot.
PlotRange can be used for both two- and three-dimensional graphics.
The following settings can be used:

When no explicit limits are given for a particular coordinate, a setting of Automatic is assumed.
With the Automatic setting, the distribution of coordinate values is found, and any points sufficiently far out in the distribution are dropped. Such points are often produced as a result of singularities in functions being plotted.
A setting of the form min, Automatic specifies a particular minimum value for a coordinate, and a maximum value to be determined automatically.
AbsoluteOptions gives the explicit form of PlotRange specifications when Automatic settings are given.
See The Mathematica Book: Section 1.9.3 and Section 1.9.3.
See also: PlotRegion, AspectRatio, AbsoluteOptions.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |