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-2009
47 University Corporation for Atmospheric Research
48 The use of this Software is governed by a License Agreement.
49
50
51
52UNIX March 1995 DPLAST(3NCARG)