1AGDSHN(3NCARG) NCAR GRAPHICS AGDSHN(3NCARG)
2
3
4
6 AGDSHN - Provides an easy way to generate the names of parameters in
7 the group 'DASH/PATTERN.', for use in calls to AGSETC and AGGETC.
8
10 AGDSHN (IDSH)
11
13 #include <ncarg/ncargC.h>
14
15 char *c_agdshn (int idsh)
16
18 IDSH (an input expression of type INTEGER) is between 1 and 26,
19 inclusive.
20
22 The C-binding argument description is the same as the FORTRAN argument
23 description.
24
26 This routine generates parameter names for use in calls to other
27 routines. For a complete list of parameters available in this utility,
28 see the autograph_params man page.
29
31 To use AGDSHN or c_agdshn, load the NCAR Graphics libraries ncarg,
32 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
33 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
34 you can use the ncargf77 command to compile your program and load the
35 above libraries, then, to get smoother curves, use the -dashsmth
36 option.
37
39 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
40 agchil, agchnl, agcurv, aggetc, aggetf, aggeti, aggetp, aggetr, agpwrt,
41 agrstr, agsave, agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol,
42 anotat, displa, ezmxy, ezmy, ezxy, ezy
43
44 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
45
47 Copyright (C) 1987-2009
48 University Corporation for Atmospheric Research
49 The use of this Software is governed by a License Agreement.
50
51
52
53UNIX March 1993 AGDSHN(3NCARG)