1DPLAST(3NCARG) NCAR GRAPHICS DPLAST(3NCARG)
2
3
4
6 DPLAST - Says that the preceding call to DPVECT defined the final point
7 in a sequence of points, in the user coordinate system, defining a
8 curve to be drawn.
9
11 CALL DPLAST
12
14 #include <ncarg/ncargC.h>
15
16 void c_dplast ();
17
19 There are no arguments.
20
22 The C-binding argument descriptions are the same as the FORTRAN
23 argument descriptions.
24
26 Call DPFRST to do a "pen-up" move to the first of a sequence of points
27 defining a curve. Call DPVECT to do "pen-down" moves to each of the
28 other points in the sequence and then call DPLAST to finish drawing the
29 curve and flush the buffers.
30
32 Use the ncargex command to see the following relevant examples: tdshpk.
33
35 To use DPLAST or c_dplast, load the NCAR Graphics libraries ncarg,
36 ncarg_gks, and ncarg_c, preferably in that order.
37
39 Online: dashpack, dashpack_params, dpcurv, dpdraw, dpfrst, dpgetc,
40 dpgeti, dpgetr, dpline, dpsetc, dpseti, dpsetr, dpsmth, dpvect,
41 ncarg_cbind.
42
43 Hardcopy: None.
44
46 Copyright (C) 1987-2007
47 University Corporation for Atmospheric Research
48
49 This documentation is free software; you can redistribute it and/or
50 modify it under the terms of the GNU General Public License as
51 published by the Free Software Foundation; either version 2 of the
52 License, or (at your option) any later version.
53
54 This software is distributed in the hope that it will be useful, but
55 WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
57 General Public License for more details.
58
59 You should have received a copy of the GNU General Public License along
60 with this software; if not, write to the Free Software Foundation,
61 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
62
63
64
65UNIX March 1995 DPLAST(3NCARG)