DASHDC(3NCARG) | NCAR GRAPHICS | DASHDC(3NCARG) |
DASHDC - Defines a dash pattern with labels. If DASHDC is called when the "quick" version of Dashline is used, an error exit results.
CALL DASHDC (IPAT,JCRT,JSIZE)
#include <ncarg/ncargC.h>
void c_dashdc (char *ipat, int jcrt, int jsize)
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
Use the ncargex command to see the following relevant examples: tdashc, tdashp, tdashs, fcoord1, fcoord2, fdldashc, fdldashd.
DASHDC may be called to define a dash pattern for any of the four versions of Dashline except the "quick" version; if you call it when the "quick" version is in use, an error exit will result.
A dash pattern defined by a call to DASHDC will supersede one defined by an earlier call to DASHDB or DASHDC.
To use DASHDC or c_dashdc, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: dashline, dashline_params, curved, dashdb, 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
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |