1GKS(3NCARG) NCAR GRAPHICS GKS(3NCARG)
2
3
4
6 GKS - GKS (the Graphical Kernel System) is a set of low-level graphics
7 functions that are standardized by the American National Standards
8 Institute (ANSI) and the International Standards Institute (ISO). The
9 collection of man pages in 3NCARG reflects those GKS functions docu‐
10 mented in the NCAR UserDoc "User's Guide for NCAR GKS-0A Graphics".
11 This collection does not contain all of the functions in GKS-0A, but
12 merely the most frequently used ones. NCAR GKS-0A does contain all of
13 the functions required to be implemented by the GKS Standard.
14
16 GACTM - Accumulate transformation matrix.
17 GACWK - Activate workstation.
18 GCA - Cell array.
19 GCLKS - Close GSK.
20 GCLRWK - Clear workstation.
21 GCLSG - Close segment.
22 GCLWK - Close workstation.
23 GCRSG - Create segment.
24 GCSGWK - Copy segment to workstation.
25 GDAWK - Deactivate workstation.
26 GDSG - Delete segment.
27 GESC - Escape.
28 GEVTM - Evaluate transformation matrix.
29 GFA - Fill area.
30 GOPKS - Open GKS.
31 GOPWK - Open workstation.
32 GPL - Polyline.
33 GPM - Polymarker.
34 GQASF - Inquire aspect source flags.
35 GQCHH - Inquire character height.
36 GQCHSP - Inquire character spacing.
37 GQCHUP - Inquire character up vector.
38 GQCHXP - Inquire character expansion factor.
39 GQCLIP - Inquire clipping indicator.
40 GQCNTN - Inquire current normalization transformation number.
41 GQCR - Inquire color representation.
42 GQFACI - Inquire fill area color index.
43 GQFAIS - Inquire fill area interior style.
44 GQFASI - Inquire fill area style index.
45 GQLN - Inquire line type.
46 GQLWSC - Inquire linewidth scale factor.
47 GQMK - Inquire marker type.
48 GQMKSC - Inquire marker size scale factor.
49 GQMNTN - Inquire maximum normalization transformation number.
50 GQNT - Inquire normalization transformation.
51 GQOPS - Inquire operating state value.
52 GQOPSG - Inquire name of open segment.
53 GQPLCI - Inquire polyline color index.
54 GQPMCI - Inquire polymarker color index.
55 GQSGUS - Inquire set of segment names in use.
56 GQTXAL - Inquire text alignment.
57 GQTXCI - Inquire text color index.
58 GQTXFP - Inquire text font and precision.
59 GQTXP - Inquire text path.
60 GSASF - Set aspect source flags.
61 GSCHH - Set character height.
62 GSCHSP - Set character spacing.
63 GSCHUP - Set character up vector.
64 GSCHXP - Set character expansion factor.
65 GSCLIP - Set clipping indicator.
66 GSCR - Set color representation.
67 GSELNT - Select normalization transformation.
68 GSFACI - Set fill area color index.
69 GSFAIS - Set fill area interior style.
70 GSFASI - Set fill are style index.
71 GSLN - Set line type.
72 GSLWSC - Set linewidth scale factor.
73 GSMK - Set marker type.
74 GSMKSC - Set marker size scale factor.
75 GSPLCI - Polyline color index.
76 GSPMCI - (Set polymarker color index.
77 GSSGT - Set segment transformation.
78 GSTXAL - Set text alignment.
79 GSTXCI - Set text color index.
80 GSTXFP - Set text font and precision.
81 GSTXP - Set text path.
82 GSVP - Set viewport.
83 GSWN - Set window.
84 GTX - Text.
85 GUWK - Update workstation.
86
88 To use any of the functions in NCAR GKS, load the NCAR GKS library
89 ncarg_gks.
90
92 See the UserDoc "User's Guide for NCAR GKS-0A Graphics" for a complete
93 list of error numbers and messages.
94
96 Online: gactm, gacwk, gca, gclks, gclrwk, gclsg, gclwk, gcrsg, gcsgwk,
97 gdawk, gdsg, gesc, gevtm, gfa, gopks, gopwk, gpl, gpm, gqasf, gqchh,
98 gqchsp, gqchup, gqchxp, gqclip, gqcntn, gqcr, gqfaci, gqfais, gqfasi,
99 gqln, gqlwsc, gqmk, gqmksc, gqmntn, gqnt, gqops, gqopsg, gqplci,
100 gqpmci, gqsgus, gqtxal, gqtxci, gqtxfp, gqtxp, gsasf, gschh, gschsp,
101 gschup, gschxp, gsclip, gscr, gselnt, gsfaci, gsfais, gsfasi, gsln,
102 gslwsc, gsmk, gsmksc, gsplci, gspmci, gssgt, gstxal, gstxci, gstxfp,
103 gstxp, gsvp, gswn, gtx, guwk
104
105 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"; "Computer Graph‐
106 ics--Graphical Kernel System (GKS) Functional Description, ANSI
107 X3.124-1985"
108
110 Copyright (C) 1987-2009
111 University Corporation for Atmospheric Research
112 The use of this Software is governed by a License Agreement.
113
114
115
116UNIX March 1993 GKS(3NCARG)