1LBSETR(3NCARG) NCAR GRAPHICS LBSETR(3NCARG)
2
3
4
6 LBSETR - Gives a real value to an internal parameter of Labelbar.
7
9 CALL LBSETR (PNAM, RVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_lbsetr (char *pnam, float rval)
15
17 PNAM (an input constant or variable of type CHARACTER) is a
18 string three or more characters in length, beginning with
19 one of the six character strings 'CBL', 'CFL', 'CLB',
20 'WBL', 'WFL', or 'WLB'.
21
22 RVAL (an input expression of type REAL) specifies the desired
23 value of the parameter. If the internal parameter is of
24 type INTEGER, the value INT(RVAL) will be given to it.
25
27 The C-binding argument descriptions are the same as the FORTRAN
28 argument descriptions.
29
31 This routine allows you to set the current value of Labelbar
32 parameters. For a complete list of parameters available in this
33 utility, see the labelbar_params man page.
34
36 Use the ncargex command to see the following relevant examples: cpex05,
37 elblba, and tlblba.
38
40 To use LBSETR or c_lbsetr, load the NCAR Graphics libraries ncarg,
41 ncarg_gks, and ncarg_c, preferably in that order.
42
44 See the labelbar man page for a description of all Labelbar error
45 messages and/or informational messages.
46
48 Online: labelbar, labelbar_params, lbfill, lbgeti, lbgetr, lblbar,
49 lbseti, ncarg_cbind
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2009
55 University Corporation for Atmospheric Research
56 The use of this Software is governed by a License Agreement.
57
58
59
60UNIX March 1993 LBSETR(3NCARG)