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-2009
44 University Corporation for Atmospheric Research
45 The use of this Software is governed by a License Agreement.
46
47
48
49UNIX March 1993 AGBACK(3NCARG)