|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PlotRegion
PlotRegion
is an option for graphics functions that specifies what region of the final display area a plot should fill.
DetailsDetails
- PlotRegion->{{sxmin, sxmax}, {symin, symax}} specifies the region in scaled coordinates that the plot should fill in the final display area.
- The scaled coordinates run from 0 to 1 in each direction.
- The default setting PlotRegion->{{0, 1}, {0, 1}} specifies that the plot should fill the whole display area.
- When the plot does not fill the whole display area, the remainder of the area is rendered according to the setting for the option Background.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






