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-2007
54 University Corporation for Atmospheric Research
55
56 This documentation is free software; you can redistribute it and/or
57 modify it under the terms of the GNU General Public License as
58 published by the Free Software Foundation; either version 2 of the
59 License, or (at your option) any later version.
60
61 This software is distributed in the hope that it will be useful, but
62 WITHOUT ANY WARRANTY; without even the implied warranty of
63 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
64 General Public License for more details.
65
66 You should have received a copy of the GNU General Public License along
67 with this software; if not, write to the Free Software Foundation,
68 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
69
70
71
72UNIX March 1993 MAPLOT(3NCARG)