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-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 PCRSET(3NCARG)