|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ClippingStyle
ClippingStyle
is an option for plotting functions that specifies the style of what should be drawn when curves or surfaces would extend beyond the plot range.
DetailsDetails
- ClippingStyle can be used not only for functions such as Plot3D and ArrayPlot, but also for functions such as Plot and ListLinePlot.
- Possible settings are:
-
Automatic show clipped areas using a default style None leave gaps where the curve or surface would be clipped g show all clipped areas using graphics directive g {gmin,gmax} use different directives for upper and lower clipped areas - Each directive specified should be a color directive such as RGBColor or Hue, or a named color such as Red or Blue. The directives can also include Opacity.
- In cases where regions defined by ClippingStyle are surfaces, directives such as EdgeForm, FaceForm and Specularity can be used.
- When the regions defined by ClippingStyle are lines, directives such as Thickness and Dashing can also be used.
- Directives can be combined using Directive[g1, g2, ...].
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




