1WMLABW(3NCARG) NCAR GRAPHICS WMLABW(3NCARG)
2
3
4
6 WMLABW - plots weather map regional weather labels (like "HOT",
7 "BREEZY", "COLD", etc.
8
10 CALL WMLABW (X, Y, LABEL)
11
13 #include <ncarg/gks.h>
14
15 void c_wmlabw(float x, float y, char *label)
16
18 X (Real, Input) - An X coordinate (specified in world coordi‐
19 nates) of a point that specifies the center of the label in
20 LABEL.
21
22 Y (Real, Input) - A Y coordinate (specified in world coordi‐
23 nates) of a point that specifies the center of the label in
24 LABEL.
25
26 LABEL (Character, Input) - A character variable that contains the
27 desired label.
28
30 Set the values for the appropriate internal parameters before calling
31 WMLABW to produce the desired label. The internal parameters that con‐
32 trol the appearance of the labels are: RC1, RC2, RC3, RC4, RC5, and
33 WHT.
34
36 To use WMLABW or c_wmlabw, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
40 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
41 wmsetr, wmap_params
42
43 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plot‐
44 ting Station Model Data
45
47 Copyright (C) 1987-2009
48 University Corporation for Atmospheric Research
49 The use of this Software is governed by a License Agreement.
50
51
52
53UNIX January 1995 WMLABW(3NCARG)