1AGSETR(3NCARG) NCAR GRAPHICS AGSETR(3NCARG)
2
3
4
6 AGSETR - Allows a user program to store a real number as the value of a
7 single parameter.
8
10 CALL AGSETR (TPGN,FUSR)
11
13 #include <ncarg/ncargC.h>
14
15 void c_agsetr (char *tpgn, float fusr)
16
18 TPGN (an input expression of type CHARACTER) is an parameter
19 identifier, as described in AGSETP man page. If a group of
20 more than one parameter is specified, only the first
21 element of that group will be affected by the call.
22
23 FUSR (an input expression of type REAL) is the value to be given
24 to the parameter specified by TPGN.
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 Autograph
32 parameters. For a complete list of parameters available in this
33 utility, see the autograph_params man page.
34
36 To use AGSETR or c_agsetr, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
38 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
39 you can use the ncargf77 command to compile your program and load the
40 above libraries, then, to get smoother curves, use the -dashsmth
41 option.
42
44 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
45 agchil, agchnl, agcurv, agdshn, aggetc, aggetf, aggeti, aggetp, aggetr,
46 agpwrt, agrstr, agsave, agsetc, agsetf, agseti, agsetp, agstup, agutol,
47 anotat, displa, ezmxy, ezmy, ezxy, ezy
48
49 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
50
52 Copyright (C) 1987-2009
53 University Corporation for Atmospheric Research
54 The use of this Software is governed by a License Agreement.
55
56
57
58UNIX March 1993 AGSETR(3NCARG)