1WMLABT(3NCARG)                   NCAR GRAPHICS                  WMLABT(3NCARG)
2
3
4

NAME

6       WMLABT - plots weather map regional temperatures labels (like 90s, 80s,
7       etc.)
8

SYNOPSIS

10       CALL WMLABT (X, Y, LABEL, IPOS)
11

C-BINDING SYNOPSIS

13       #include <ncarg/gks.h>
14
15       void c_wmlabt(float x, float y, char *label, int ipos)
16

DESCRIPTION

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

USAGE

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

ACCESS

44       To use WMLABT or c_wmlabt, load  the  NCAR  Graphics  libraries  ncarg,
45       ncarg_gks, and ncarg_c, preferably in that order.
46

SEE ALSO

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