Chapter Contents |
Previous |
Next |
PCLIP |
Used in: | GOPTIONS statement |
Default: | NOPCLIP |
See also: | POLYGONCLIP |
Syntax | |
Details |
Syntax |
PCLIP |NOPCLIP |
Details |
The effects of this option are only seen when you use the graphics editor to edit a graph.
When a procedure produces a graph with intersecting polygons or blanking areas, it clips portions of the polygons to prevent the ones behind from showing through. When the graph is created and stored in a catalog, if PCLIP is in effect, the clipped form of the polygon is stored with it. If NOPCLIP is specified, the complete polygon is stored in the catalog and the graph is clipped each time it is replayed.
For example, suppose you create a block map like the one in Intersecting Polygons.
The block clips the boundary of the map area polygon. If you specify PCLIP, the map area polygon is stored in its clipped form, as shown in Clipped Polygon with PCLIP Option.
Clipped Polygon with PCLIP Option
NOPCLIP stores the map area in its unclipped form, as shown in Polygon with NOPCLIP Option.
In this case, when the graph is recalled from the catalog, the map area polygon must be clipped before it is displayed with the block. If you plan to edit the graph with the graphics editor, specify NOPCLIP so polygons retain their original form.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.