ClipFill
Usage
• ClipFill is an option for Plot3D and related functions that specifies how clipped parts of surfaces are to be drawn.
Notes
• ClipFill specifies what is to be shown in places where the surface would extend beyond the bounding box. • The possible settings are:
| Automatic | show clipped areas like the rest of the surface | | None | make holes in the surface where it would be clipped | | color | show clipped areas with a particular color | | {bottom, top} | use different specifications for bottom and top clipped areas |
• The colors for clipped areas can be specified by GrayLevel, Hue or RGBColor directives, or SurfaceColor objects. • New in Version 1.
|