1MAPIQ(3NCARG) NCAR GRAPHICS MAPIQ(3NCARG)
2
3
4
6 MAPIQ - Terminates a string of calls to MAPIT.
7
9 CALL MAPIQ
10
12 #include <ncarg/ncargC.h>
13
14 void c_mapiq()
15
17 MAPIQ has no arguments.
18
20 MAPIQ flushes MAPIT's buffers. It is particularly important that this
21 be done before a STOP or a CALL FRAME, and before changing the color
22 index, dash pattern, etc.
23
24 For more information, see the man page for MAPIT.
25
27 Use the ncargex command to see the following relevant examples: cmpgci,
28 cmptra, mpexfi.
29
31 To use MAPIQ or c_mapiq, load the NCAR Graphics libraries ncarg,
32 ncarg_gks, and ncarg_c, preferably in that order.
33
35 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
36 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
37 mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl, maplmb,
38 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
39 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
40 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
41 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
42 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
43 ncarg_cbind
44
45 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
46
48 Copyright (C) 1987-2007
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as
53 published by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
59 General Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX March 1993 MAPIQ(3NCARG)