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-2007
44 University Corporation for Atmospheric Research
45
46 This documentation is free software; you can redistribute it and/or
47 modify it under the terms of the GNU General Public License as pub‐
48 lished by the Free Software Foundation; either version 2 of the
49 License, or (at your option) any later version.
50
51 This software is distributed in the hope that it will be useful, but
52 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
53 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
54 Public License for more details.
55
56 You should have received a copy of the GNU General Public License along
57 with this software; if not, write to the Free Software Foundation,
58 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
59
60
61
62UNIX March 1993 GSCLIP(3NCARG)