1GSCLIP(3NCARG) NCAR GRAPHICS GSCLIP(3NCARG)
2
3
4
6 GSCLIP (Set clipping indicator) - controls whether data are displayed
7 outside the boundaries of the world coordinate window of the current
8 normalization transformation.
9
11 CALL GSCLIP (ICLIP)
12
14 #include <ncarg/gks.h>
15
16 void gset_clip_ind(Gclip_ind clip_ind);
17
19 ICLIP (Integer, Input) - A flag to turn clipping on or off.
20
21 0 Clipping is off. Data outside of the window will be
22 plotted.
23
24 1 Clipping is on. Data outside of the window will not
25 be plotted. This is the default.
26
28 If the clipping indicator is off, and you make GKS output calls to plot
29 world coordinate data outside your defined world coordinate window (and
30 your viewport is smaller than the full plotting surface), those data
31 will appear with your plot. If the clipping indicator is on, the data
32 will be clipped to fit your window.
33
35 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
36
38 Online: set, gsup, gswn, gselnt, gqclip, gset_clip_ind
39
40 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
41
43 Copyright (C) 1987-2009
44 University Corporation for Atmospheric Research
45 The use of this Software is governed by a License Agreement.
46
47
48
49UNIX March 1993 GSCLIP(3NCARG)