1MAPLBL(3NCARG) NCAR GRAPHICS MAPLBL(3NCARG)
2
3
4
6 MAPLBL - Labels the map.
7
9 CALL MAPLBL
10
12 #include <ncarg/ncargC.h>
13
14 void c_maplbl()
15
17 MAPLBL has no arguments.
18
20 If the parameter 'LA' is set appropriately, MAPLBL labels the
21 international date line (ID), the equator (EQ), the Greenwich Meridian
22 (GM), and the poles (NP and SP), and if the parameter 'PE' is set
23 appropriately, it draws the perimeter of the map. If EZMAP needs
24 initialization or if there is an uncleared NCAR Graphics error, MAPLBL
25 does nothing.
26
28 Use the ncargex command to see the following relevant examples: cmpclr,
29 cmpel, cmpfil, cmpgrp, cmpita, cmpitm, cmplab, cmplbl, cmplot, cmpmsk,
30 cmpou, cmptit, eezmpa, tezmpa, ffex00.
31
33 To use MAPLBL or c_maplbl, load the NCAR Graphics libraries ncarg,
34 ncarg_gks, and ncarg_c, preferably in that order.
35
37 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
38 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
39 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplmb,
40 maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
41 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
42 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
43 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
44 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
45 ncarg_cbind
46
47 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
48
50 Copyright (C) 1987-2009
51 University Corporation for Atmospheric Research
52 The use of this Software is governed by a License Agreement.
53
54
55
56UNIX March 1993 MAPLBL(3NCARG)