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-2009
49 University Corporation for Atmospheric Research
50 The use of this Software is governed by a License Agreement.
51
52
53
54UNIX March 1993 MAPIQ(3NCARG)