1WMLABT(3NCARG) NCAR GRAPHICS WMLABT(3NCARG)
2
3
4
6 WMLABT - plots weather map regional temperatures labels (like 90s, 80s,
7 etc.)
8
10 CALL WMLABT (X, Y, LABEL, IPOS)
11
13 #include <ncarg/gks.h>
14
15 void c_wmlabt(float x, float y, char *label, int ipos)
16
18 X (Real, Input) - An X coordinate (specified in world coordi‐
19 nates) of a point that specifies a position for the label
20 in LABEL.
21
22 Y (Real, Input) - A Y coordinate (specified in world coordi‐
23 nates) of a point that specifies a position for the label
24 in LABEL.
25
26 LABEL (Character, Input) - A character variable that contains the
27 desired label.
28
29 IPOS (Integer, Input) - A flag for controlling whether an
30 optional arrow is drawn. If IPOS is 0, then no arrow is
31 drawn and the label is centered at (X,Y). If IPOS is
32 between 1 and 12 (inclusive), then an arrow is drawn in one
33 of twelve positions and (X,Y) specifies the location of the
34 tip of the arrow.
35
37 Set the values for the appropriate internal parameters before calling
38 WMLABT to produce the desired label. The internal parameters that con‐
39 trol the appearance of the labels are: RBS, RFC, RLS, ROS, and THT.
40 The appearance of the optional arrows is controlled by the internal
41 parameters controlling arrows (see the documentation for WMLABS).
42
44 To use WMLABT or c_wmlabt, load the NCAR Graphics libraries ncarg,
45 ncarg_gks, and ncarg_c, preferably in that order.
46
48 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
49 wmsetr, wmap_params
50
51 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plot‐
52 ting Station Model Data
53
55 Copyright (C) 1987-2007
56 University Corporation for Atmospheric Research
57
58 This documentation is free software; you can redistribute it and/or
59 modify it under the terms of the GNU General Public License as pub‐
60 lished by the Free Software Foundation; either version 2 of the
61 License, or (at your option) any later version.
62
63 This software is distributed in the hope that it will be useful, but
64 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
65 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
66 Public License for more details.
67
68 You should have received a copy of the GNU General Public License along
69 with this software; if not, write to the Free Software Foundation,
70 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
71
72
73
74UNIX January 1995 WMLABT(3NCARG)