WMLGND(3NCARG) | NCAR GRAPHICS | WMLGND(3NCARG) |
WMLGND - plots weather map legends.
CALL WMLGND (X,Y,NTYPE,IROWS,ICOLS)
#include <ncarg/gks.h>
void c_wmlgnd(float x, float y, int ntype, int irows, int icols)
1 - Plot the legend for the weather types. There are six weather types: showers; T-storms; rain; flurries; snow; ice. The coordinate (X,Y) for this type specifies the lower left corner of the legend.
2 - Plot the legend for front types. There are three front types labeled: cold; warm; stationary. The (X,Y) coordinate for this legend specifies the lower right corner of the legend.
3 - Plot the explanatory legend. The (X,Y) coordinate for this legend specifies the bottom center of the legend.
The only internal parameter that controls the appearance of a legend is COL, specifying its color.
To use WMLGND or c_wmlgnd, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmsetc, wmseti, wmsetr, wmap_params
Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plotting Station Model Data
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
January 1995 | UNIX |