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

WMLABC - plots weather map city names and daily hi/lows.

Access

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

C-Binding Synopsis

       #include <ncarg/gks.h>

       void c_wmlabc(float x, float y, char *city, char *temps)

Description

       X           (Real,  Input)  -  An X coordinate (specified in world coordinates) of a point that specifies
                   the center of the composite label that consists of the city name in  the  character  variable
                   CITY  and  the  temperature ranges in the character variable TEMPS.  The city name is plotted
                   above the temperatures.

       Y           (Real, Input) - A Y coordinate (specified in world coordinates) of a point that specifies the
                   center of the composite label that consists of the city name in the character  variable  CITY
                   and  the  temperature ranges in the character variable TEMPS.  The city name is plotted above
                   the temperatures.

       CITY        (Character, Input) - A character variable that contains the name of the city being plotted.

       TEMPS       (Character, Input) - A character variable that contains the daily hi/low label for  the  city
                   named in the third argument.

Name

       WMLABC - plots weather map city names and daily hi/lows.

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 WMLABC (X, Y, CITY, TEMPS)

Usage

       Set  the  values  for  the  appropriate  internal parameters before calling WMLABC to produce the desired
       label.  The internal parameters that control the appearance of the labels are: CBC, CHT,  CMG,  RFC.   To
       mark the cities' position with a dot, see the documentation for WMLABS.

See Also