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-2009
57 University Corporation for Atmospheric Research
58 The use of this Software is governed by a License Agreement.
59
60
61
62UNIX January 1995 WMLABC(3NCARG)