CPEZCT(3NCARG) | NCAR GRAPHICS | CPEZCT(3NCARG) |
CPEZCT - Draws black and white contours with a single call. Simulates the behavior of the old subroutine EZCNTR in Conrec_family; it has the same arguments and will produce similar output.
CALL CPEZCT (ZDAT,MZDT,NZDT)
#include <ncarg/ncargC.h>
void c_cpezct (float *zdat, int mzdt, int nzdt)
The C-binding argument descriptions are the same as the FORTRAN argument descriptions with the following exceptions:
The effect of calling CPEZCT will be exactly the same as if you had executed the statements:
CALL CPCNRC (ZDAT,MZDT,MZDT,NZDT,0.,0.,0.,0,0,-682)
CALL FRAME
See the man page for CPCNRC.
Use the ncargex command to see the following relevant examples: ccpezct, cpex09, tconpa.
To use CPEZCT or c_cpezct, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: conpack, cpback, cpchcf, cpchcl, cpchhl, cpchil, cpchll, cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl, cpgetc, cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmviw, cpmvrw, cppkcl, cppklb, cprect, cprset, cpscae, cpsetc, cpseti, cpsetr, cpsps1, cpsps2, ncarg_cbind
Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |