logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DASHDB - Defines a dash pattern without labels.

Access

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

C-Binding Description

       The C-binding argument description is the same as the FORTRAN argument description.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_dashdb (int *ipat)

Description

       IPAT        (an  input expression of type INTEGER) is a 16-bit dash pattern (1=solid, 0=blank); e.g., the
                   binary number 1111000011110000, which is a decimal 61680, will give dashes of medium length.

Examples

       Use the ncargex command to see the following relevant examples: carline, colcon, cmpfil, cmpitm,  cmplab,
       cmpmsk, cmptit, cmpusr, mpex08, tdashc, tdashl, tdashp, tdashs, fdldashd.

Name

       DASHDB - Defines a dash pattern without labels.

See Also

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

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

Synopsis

       CALL DASHDB (IPAT)

Usage

       DASHDB may be called to define a dash pattern for any of the four versions of Dashline.

       A  dash  pattern  defined  by a call to DASHDB will supersede one defined by an earlier call to DASHDB or
       DASHDC.

See Also