1PCRSET(3NCARG) NCAR GRAPHICS PCRSET(3NCARG)
2
3
4
6 PCRSET - Resets all parameters to their initial default values.
7
9 CALL PCRSET
10
12 #include <ncarg/ncargC.h>
13
14 void c_pcrset()
15
17 PCRSET has no arguments.
18
20 Calling this routine restores all Plotchar parameters to their initial
21 default values. For a complete list of parameters available in this
22 utility, see the plotchar_params man page.
23
25 Currently, there are no examples for this routine.
26
28 To use PCRSET or c_pcrset, load the NCAR Graphics libraries ncarg,
29 ncarg_gks, and ncarg_c, preferably in that order.
30
32 See the plotchar man page for a description of all Plotchar error
33 messages and/or informational messages.
34
36 Online: plotchar, plotchar_params, pcdlsc, pcgetc, pcgeti, pcgetr,
37 pchiqu, pcloqu, pcmequ, pcmpxy, pcpnwi, pcsetc, pcseti, pcsetr,
38 ncarg_cbind.
39
40 Hardcopy: None.
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 PCRSET(3NCARG)