logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WMLABW - plots weather map regional weather labels (like "HOT", "BREEZY", "COLD", etc.

Access

       To use WMLABW or c_wmlabw, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably  in
       that order.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void c_wmlabw(float x, float y, char *label)

Description

       X           (Real,  Input)  -  An X coordinate (specified in world coordinates) of a point that specifies
                   the center of the label in LABEL.

       Y           (Real, Input) - A Y coordinate (specified in world coordinates) of a point that specifies the
                   center of the label in LABEL.

       LABEL       (Character, Input) - A character variable that contains the desired label.

Name

       WMLABW - plots weather map regional weather labels (like "HOT", "BREEZY", "COLD", etc.

See Also

       Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti, wmsetr, wmap_params

       Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plotting Station Model Data

Synopsis

       CALL WMLABW (X, Y, LABEL)

Usage

       Set the values for the appropriate internal parameters before  calling  WMLABW  to  produce  the  desired
       label.   The  internal parameters that control the appearance of the labels are: RC1, RC2, RC3, RC4, RC5,
       and WHT.

See Also