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

NAME

6       TDLBLS - Draw labels on selected sides of a projected box. This routine
7       calls TDPARA and will therefore change the definition of the reference
8       parallelogram; it also changes the value of the internal parameter
9       'CS2'.
10

SYNOPSIS

12       CALL TDLBLS (UMIN, VMIN, WMIN, UMAX, VMAX, WMAX, UNLB, VNLB, WNLB,
13       UILB, VILB, WILB, IPCK)
14

C-BINDING SYNOPSIS

16       #include <ncarg/ncargC.h>
17
18       void c_tdlbls(float umin, float vmin, float wmin, float umax, float
19       vmax, float wmax, char* unlb, char* vnlb, char* wnlb, char* uilb, char*
20       vilb, char* wilb, int ipck)
21

DESCRIPTION

23       The arguments of TDLBLS are as follows:
24
25       UMIN, VMIN, WMIN, UMAX, VMAX, WMAX
26               (input expressions of type REAL) - coordinate values defining
27               the box in 3-space.  The names of these should make it clear
28               what they are.
29
30       UNLB, VNLB, and WNLB
31               (input, of type CHARACTER) - these strings contain numeric
32               labels to be placed on a U axis, a V axis, and a W axis,
33               respectively.  The labels need not be in any particular order,
34               but they have to be separated by blanks and each has to be
35               readable using a FORTRAN format of the form "En.0", where "n"
36               is the length of the label.
37
38       UILB, VILB, and WILB
39               (input, of type CHARACTER) - these strings contain
40               informational labels for a U axis, a V axis, and a W axis,
41               respectively.
42
43       IPCK    (an input expression of type INTEGER) - determines which edges
44               of the box are labelled. If IPCK is zero, all six outer edges
45               are labelled, but if IPCK is non-zero, only three edges are
46               labelled, one set of three if IPCK is negative, a different set
47               if IPCK is positive.
48

C-BINDING DESCRIPTION

50       The C-binding argument descriptions are the same as the FORTRAN
51       argument descriptions.
52

ACCESS

54       To use TDLBLS or c_tdlbls, load the NCAR Graphics libraries ncarg,
55       ncarg_gks, and ncarg_c, preferably in that order.
56

SEE ALSO

58       Online: tdclrs, tdctri, tddtri, tdgeti, tdgetr, tdgrds, tdgrid, tdgtrs,
59       tdinit, tditri, tdlbla, tdline, tdlnpa, tdmtri, tdotri, tdpack,
60       tdpack_params, tdpara, tdplch, tdprpa, tdprpi, tdprpt, tdseti, tdsetr,
61       tdsort, tdstri, tdstrs
62
64       Copyright (C) 1987-2007
65       University Corporation for Atmospheric Research
66
67       This documentation is free software; you can redistribute it and/or
68       modify it under the terms of the GNU General Public License as
69       published by the Free Software Foundation; either version 2 of the
70       License, or (at your option) any later version.
71
72       This software is distributed in the hope that it will be useful, but
73       WITHOUT ANY WARRANTY; without even the implied warranty of
74       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
75       General Public License for more details.
76
77       You should have received a copy of the GNU General Public License along
78       with this software; if not, write to the Free Software Foundation,
79       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
80
81
82
83UNIX                               July 1997                    TDLBLS(3NCARG)
Impressum