1AGSAVE(3NCARG) NCAR GRAPHICS AGSAVE(3NCARG)
2
3
4
6 AGSAVE - Saves the current state of Autograph for later restoration by
7 AGRSTR.
8
10 CALL AGSAVE (IFNO)
11
13 #include <ncarg/ncargC.h>
14
15 void c_agsave (int ifno)
16
18 IFNO (an input expression of type INTEGER) is the number of a
19 unit to which a single unformatted record is to be written.
20 It is the user's responsibility to position this unit.
21 AGSAVE does not rewind it, either before or after writing
22 the record.
23
25 The C-binding argument description is the same as the FORTRAN argument
26 description.
27
29 This routine saves internal parameter values to a file. For a complete
30 list of parameters available in this utility, see the autograph_params
31 man page.
32
34 To use AGSAVE or c_agsave, load the NCAR Graphics libraries ncarg,
35 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
36 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
37 you can use the ncargf77 command to compile your program and load the
38 above libraries, then, to get smoother curves, use the -dashsmth
39 option.
40
42 See the autograph man page for a description of all Autograph error
43 messages and/or informational messages.
44
46 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
47 agchil, agchnl, agcurv, agdshn, aggetc, aggetf, aggeti, aggetp, aggetr,
48 agpwrt, agrstr, agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol,
49 anotat, displa, ezmxy, ezmy, ezxy, ezy
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 AGSAVE(3NCARG)