DPLAST - Says that the preceding call to DPVECT defined the final point in a sequence of points, in the
Contents
Access
To use DPLAST or c_dplast, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
that order.
C-Binding Description
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
C-Binding Synopsis
#include <ncarg/ncargC.h>
void c_dplast ();
Copyright
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
UNIX March 1995 DPLAST(3NCARG)
Description
There are no arguments.
Examples
Use the ncargex command to see the following relevant examples: tdshpk.
Name
DPLAST - Says that the preceding call to DPVECT defined the final point in a sequence of points, in the
user coordinate system, defining a curve to be drawn.
See Also
Online: dashpack, dashpack_params, dpcurv, dpdraw, dpfrst, dpgetc, dpgeti, dpgetr, dpline, dpsetc,
dpseti, dpsetr, dpsmth, dpvect, ncarg_cbind.
Hardcopy: None.
Synopsis
CALL DPLAST
Usage
Call DPFRST to do a "pen-up" move to the first of a sequence of points defining a curve. Call DPVECT to
do "pen-down" moves to each of the other points in the sequence and then call DPLAST to finish drawing
the curve and flush the buffers.
