logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

LASTD - Terminates a sequence of calls to draw a curve (a call to FRSTD followed by one or more calls to

Access

       To use LASTD or c_lastd, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_lastd()

Examples

       Use the ncargex command to see the following relevant examples: tdashp, tdashs.

Name

       LASTD - Terminates a sequence of calls to draw a curve (a call to FRSTD followed by one or more calls to
       VECTD).

See Also

       Online: dashline, dashline_params, curved, dashdb, dashdc, frstd, lastd, lined, reset, ncarg_cbind

       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics Fundamentals, UNIX Version; User's
       Guide for NCAR GKS-0A Graphics

Synopsis

       CALL LASTD

Usage

       A sequence of calls to draw a curve (a call to FRSTD followed by one or more calls to VECTD) may be
       followed by a call to LASTD.  It flushes any portions of smoothed curves that are defined by coordinates
       saved in internal buffers of FRSTD and VECTD and that have not yet been drawn.  Calls to LASTD are not
       always required - for example, when a non-smoothing version of Dashline is used (no buffering) or when
       the next call to an NCAR Graphics routine will be to FRSTD (which flushes the buffers) - but unnecessary
       calls do no harm.  If you judge that one of the smoothing versions of Dashline may be used, it is best to
       put in the calls to LASTD.

See Also