1AGBACK(3NCARG) NCAR GRAPHICS AGBACK(3NCARG)
2
3
4
6 AGBACK - Draws the background specified by the current values of the
7 control parameters - the primary parameters with default values or with
8 values supplied by the user, and the secondary parameters with values
9 computed by AGSTUP.
10
12 CALL AGBACK
13
15 #include <ncarg/ncargC.h>
16
17 void c_agback()
18
20 None.
21
23 Use the ncargex command to see the following relevant examples: agex13,
24 cbex01.
25
27 To use AGBACK or c_agback, load the NCAR Graphics libraries ncarg,
28 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
29 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
30 you can use the ncargf77 command to compile your program and load the
31 above libraries, then, to get smoother curves, use the -dashsmth
32 option.
33
35 Online: autograph, agbnch, agchax, agchcu, agchil, agchnl, agcurv,
36 agdshn, aggetc, aggetf, aggeti, aggetp, aggetr, agpwrt, agrstr, agsave,
37 agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol, anotat, displa,
38 ezmxy, ezmy, ezxy, ezy
39
40 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
41
43 Copyright (C) 1987-2007
44 University Corporation for Atmospheric Research
45
46 This documentation is free software; you can redistribute it and/or
47 modify it under the terms of the GNU General Public License as
48 published by the Free Software Foundation; either version 2 of the
49 License, or (at your option) any later version.
50
51 This software is distributed in the hope that it will be useful, but
52 WITHOUT ANY WARRANTY; without even the implied warranty of
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
54 General Public License for more details.
55
56 You should have received a copy of the GNU General Public License along
57 with this software; if not, write to the Free Software Foundation,
58 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
59
60
61
62UNIX March 1993 AGBACK(3NCARG)