TDLBLS(3NCARG) | NCAR GRAPHICS | TDLBLS(3NCARG) |
TDLBLS - Draw labels on selected sides of a projected box. This routine calls TDPARA and will therefore change the definition of the reference parallelogram; it also changes the value of the internal parameter 'CS2'.
CALL TDLBLS (UMIN, VMIN, WMIN, UMAX, VMAX, WMAX, UNLB, VNLB, WNLB, UILB, VILB, WILB, IPCK)
#include <ncarg/ncargC.h>
void c_tdlbls(float umin, float vmin, float wmin, float umax, float vmax, float wmax, char* unlb, char* vnlb, char* wnlb, char* uilb, char* vilb, char* wilb, int ipck)
The arguments of TDLBLS are as follows:
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
To use TDLBLS or c_tdlbls, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: tdclrs, tdctri, tddtri, tdgeti, tdgetr, tdgrds, tdgrid, tdgtrs, tdinit, tditri, tdlbla, tdline, tdlnpa, tdmtri, tdotri, tdpack, tdpack_params, tdpara, tdplch, tdprpa, tdprpi, tdprpt, tdseti, tdsetr, tdsort, tdstri, tdstrs
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
July 1997 | UNIX |