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