1AGRSTR(3NCARG) NCAR GRAPHICS AGRSTR(3NCARG)
2
3
4
6 AGRSTR - Restores a saved state of Autograph.
7
9 CALL AGRSTR (IFNO)
10
12 #include <ncarg/ncargC.h>
13
14 void c_agrstr (int ifno)
15
17 IFNO (an input expression of type INTEGER) is the number of a
18 unit from which a single unformatted record is to be read.
19 It is the user's responsibility to position this unit.
20 AGRSTR does not rewind it, either before or after reading
21 the record.
22
24 The C-binding argument description is the same as the FORTRAN argument
25 description.
26
28 This routine restores internal parameter values from a file. For a
29 complete list of parameters available in this utility, see the
30 autograph_params man page.
31
33 To use AGRSTR or c_agrstr, load the NCAR Graphics libraries ncarg,
34 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
35 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
36 you can use the ncargf77 command to compile your program and load the
37 above libraries, then, to get smoother curves, use the -dashsmth
38 option.
39
41 See the autograph man page for a description of all Autograph error
42 messages and/or informational messages.
43
45 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
46 agchil, agchnl, agcurv, agdshn, aggetc, aggetf, aggeti, aggetp, aggetr,
47 agpwrt, agsave, agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol,
48 anotat, displa, ezmxy, ezmy, ezxy, ezy
49
50 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
51
53 Copyright (C) 1987-2009
54 University Corporation for Atmospheric Research
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX March 1993 AGRSTR(3NCARG)