1WMLABC(3NCARG) NCAR GRAPHICS WMLABC(3NCARG)
2
3
4
6 WMLABC - plots weather map city names and daily hi/lows.
7
9 CALL WMLABC (X, Y, CITY, TEMPS)
10
12 #include <ncarg/gks.h>
13
14 void c_wmlabc(float x, float y, char *city, char *temps)
15
17 X (Real, Input) - An X coordinate (specified in world coordi‐
18 nates) of a point that specifies the center of the compos‐
19 ite label that consists of the city name in the character
20 variable CITY and the temperature ranges in the character
21 variable TEMPS. The city name is plotted above the temper‐
22 atures.
23
24 Y (Real, Input) - A Y coordinate (specified in world coordi‐
25 nates) of a point that specifies the center of the compos‐
26 ite label that consists of the city name in the character
27 variable CITY and the temperature ranges in the character
28 variable TEMPS. The city name is plotted above the temper‐
29 atures.
30
31 CITY (Character, Input) - A character variable that contains the
32 name of the city being plotted.
33
34 TEMPS (Character, Input) - A character variable that contains the
35 daily hi/low label for the city named in the third argu‐
36 ment.
37
39 Set the values for the appropriate internal parameters before calling
40 WMLABC to produce the desired label. The internal parameters that con‐
41 trol the appearance of the labels are: CBC, CHT, CMG, RFC. To mark the
42 cities' position with a dot, see the documentation for WMLABS.
43
45 To use WMLABC or c_wmlabc, load the NCAR Graphics libraries ncarg,
46 ncarg_gks, and ncarg_c, preferably in that order.
47
49 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
50 wmsetr, wmap_params
51
52 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plot‐
53 ting Station Model Data
54
56 Copyright (C) 1987-2007
57 University Corporation for Atmospheric Research
58
59 This documentation is free software; you can redistribute it and/or
60 modify it under the terms of the GNU General Public License as pub‐
61 lished by the Free Software Foundation; either version 2 of the
62 License, or (at your option) any later version.
63
64 This software is distributed in the hope that it will be useful, but
65 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
66 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
67 Public License for more details.
68
69 You should have received a copy of the GNU General Public License along
70 with this software; if not, write to the Free Software Foundation,
71 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
72
73
74
75UNIX January 1995 WMLABC(3NCARG)