1GFLAS2(3NCARG) NCAR GRAPHICS GFLAS2(3NCARG)
2
3
4
6 GFLAS2 - Terminates putting plotting instructions to disk and resumes
7 putting plotting instructions to the the output stream. A call to
8 GFLAS2 can only be made after a previous call to GFLAS1.
9
11 CALL GFLAS2
12
14 #include <ncarg/ncargC.h>
15
16 void c_gflas2()
17
19 None.
20
22 Use the ncargex command to see the following relevant examples:
23 ccpmovi, tgflas, fgke02.
24
26 To use GFLAS2 or c_gflas2, load the NCAR Graphics libraries ncarg,
27 ncarg_gks, and ncarg_c, preferably in that order.
28
30 Online: gflash, gflas1, gflas3, gflas4, ncarg_cbind.
31
32 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
33 Fundamentals, UNIX Version
34
36 Copyright (C) 1987-2009
37 University Corporation for Atmospheric Research
38 The use of this Software is governed by a License Agreement.
39
40
41
42UNIX March 1993 GFLAS2(3NCARG)