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-2007
48 University Corporation for Atmospheric Research
49
50 This documentation is free software; you can redistribute it and/or
51 modify it under the terms of the GNU General Public License as pub‐
52 lished by the Free Software Foundation; either version 2 of the
53 License, or (at your option) any later version.
54
55 This software is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
60 You should have received a copy of the GNU General Public License along
61 with this software; if not, write to the Free Software Foundation,
62 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
63
64
65
66UNIX January 1995 WMLABW(3NCARG)