|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PlotRangePadding
PlotRangePadding
is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.
DetailsDetails
- PlotRangePadding can be used for both two- and three-dimensional graphics.
- The settings can be of the following forms:
-
p the same padding in all directions {px,py,...} different padding in different directions {{pxL,pxR},...} different padding on left and right, etc. - For each direction the following forms can be used:
-
Automatic an automatic amount of padding s s coordinate units Scaled[s] a fraction s of the plot None no padding - If PlotRange includes all points in a plot, then PlotRangePadding->Scaled[s] yields a plot that covers a fraction 1-2s of the whole plotting area.
- PlotRangePadding->Automatic adds a total of 4% for PlotRange settings All, Full, and Automatic. For explicit settings, it adds no padding.
- Any padding specified by ImagePadding is added outside padding specified by PlotRangePadding.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






