1MAPLMB(3NCARG) NCAR GRAPHICS MAPLMB(3NCARG)
2
3
4
6 MAPLMB - Draws a limb line.
7
9 CALL MAPLMB
10
12 #include <ncarg/ncargC.h>
13
14 void c_maplmb()
15
17 In many filled or masked maps, you may need a limb line. You can draw
18 a limb line by calling MAPLMB.
19
21 Use the ncargex command to see the following relevant example: mpex07.
22
24 To use MAPLMB or c_maplmb, load the NCAR Graphics libraries ncarg,
25 ncarg_gks, and ncarg_c, preferably in that order.
26
28 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
29 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
30 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
31 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
32 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
33 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
34 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
35 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
36 ncarg_cbind
37
38 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial;
39
41 Copyright (C) 1987-2007
42 University Corporation for Atmospheric Research
43
44 This documentation is free software; you can redistribute it and/or
45 modify it under the terms of the GNU General Public License as
46 published by the Free Software Foundation; either version 2 of the
47 License, or (at your option) any later version.
48
49 This software is distributed in the hope that it will be useful, but
50 WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
52 General Public License for more details.
53
54 You should have received a copy of the GNU General Public License along
55 with this software; if not, write to the Free Software Foundation,
56 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
57
58
59
60UNIX March 1993 MAPLMB(3NCARG)