1MAPLOT(3NCARG) NCAR GRAPHICS MAPLOT(3NCARG)
2
3
4
6 MAPLOT - Draws geographical outlines. Note that this routine uses
7 whichever old outline dataset is selected by the value of the internal
8 parameter 'OU'; to access the new map database "Earth..1", which was
9 created in 1998, one must call instead the EZMAPB routine MPLNDR.
10
12 CALL MAPLOT
13
15 #include <ncarg/ncargC.h>
16
17 void c_maplot()
18
20 MAPLOT has no arguments.
21
23 MAPLOT draws the continental and/or political outlines selected by the
24 EZMAP parameter 'OU'; the parameter 'DO' determines whether solid lines
25 or dotted lines are drawn. If EZMAP needs initialization or if there
26 is an uncleared NCAR Graphics error, MAPLOT does nothing.
27
29 Use the ncargex command to see the following relevant examples:
30 ccpcica, ccpmovi, ccppole, colcon, cmpclr, cmpel, cmpfil, cmpgrp,
31 cmpita, cmpitm, cmplab, cmplot, cmpmsk, cmpou, cmptit, cpex08, mpex09,
32 eezmpa, epltch, tezmpa, fcover, ffex00, ffex02, ffex03, ffex05,
33 fpchiqu.
34
36 To use MAPLOT or c_maplot, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
40 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
41 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
42 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
43 maplmb, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
44 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
45 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
46 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
47 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
48 ncarg_cbind
49
50 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
51
53 Copyright (C) 1987-2009
54 University Corporation for Atmospheric Research
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX March 1993 MAPLOT(3NCARG)