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-2007
54 University Corporation for Atmospheric Research
55
56 This documentation is free software; you can redistribute it and/or
57 modify it under the terms of the GNU General Public License as
58 published by the Free Software Foundation; either version 2 of the
59 License, or (at your option) any later version.
60
61 This software is distributed in the hope that it will be useful, but
62 WITHOUT ANY WARRANTY; without even the implied warranty of
63 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
64 General Public License for more details.
65
66 You should have received a copy of the GNU General Public License along
67 with this software; if not, write to the Free Software Foundation,
68 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
69
70
71
72UNIX March 1993 AGRSTR(3NCARG)