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