ncl_dashsupr (3) Linux Manual Page
Dashsupr – The dash utilities have all been incorporated into the Dashline utility. To see its man page, type "man dashline".
Dashsupr – The dash utilities have all been incorporated into the Dashline utility. To see its man page, type "man dashline".
Dashsmth – The dash utilities have all been incorporated into the Dashline utility. To see its man page, type "man dashline".
Dashpack_params – This document briefly describes all Dashpack parameters. Description Dashpack has twenty internal parameters that affect what it does. The current value of a parameter may be retrieved by calling one of the routines DPGETC, DPGETI or DPGETR. A parameter may be given a new value by calling one of the routines DPSETC, DPSETI,…
Dashpack – a set of routines allowing you to draw curves using dashed-line patterns that may include gap-portion specifiers, solid-portion specifiers, and label-string specifiers. DASHPACK is intended to replace and unify the old family of NCAR Graphics routines (DASHLINE, DASHCHAR, DASHSMTH, and DASHSUPR), all of which date from the early 1970s or before. At the…
Dashline_params – Brief descriptions of all internal parameters of Dashline. Description No parameter-access routines are available for the utility Dashline. Parameters are set through the common blocks SMFLAG, INTPR, and DASHD1. There are four different versions of Dashline: normal, quick, smooth, and super. Which version is used depends on options used on the ncargf77 command…
Dashline – A set of line-drawing routines that can be used to generate various dashed line patterns (including solid), can add labels to the lines, can smooth the lines, and can suppress crowding of lines. There are four different versions of Dashline: "normal", "quick", "smooth", and "super". See the ACCESS Section for details on how…
DASHDC – Defines a dash pattern with labels. If DASHDC is called when the "quick" version of Dashline is used, an error exit results. Synopsis CALL DASHDC (IPAT,JCRT,JSIZE) C-Binding Synopsis #include <ncarg/ncargC.h> void c_dashdc (char *ipat, int jcrt, int jsize) Description IPAT (an input constant or variable of type CHARACTER) specifies the dash pattern to…
DASHDB – Defines a dash pattern without labels. Synopsis CALL DASHDB (IPAT) 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. C-Binding Description The C-binding…
Dashchar – The dash utilities have all been incorporated into the Dashline utility. To see its man page, type "man dashline".
DANDR – Draws an isosurface when used in conjunction with entry INIT3D. Synopsis CALL DANDR (NV,NW,ST1,LX,NX,NY,IS2,IU,S,IOBJS,MV) Status This routine is part of the obsolete Isosrfhr utility. Isosrfhr has been replaced by the Isosurface utility. To see the Isosurface utility overview man page, type "man isosurface". Description NV (an input expression of type INTEGER) defines the…
CURVS2 – calculates an interpolated value for a smoothing spline under tension at a given point. Synopsis FUNCTION CURVS2(T,N,PARAM,X,Y,XP,YP,SIGMA,XO,YO) This subroutine is a companion to CURV1S which must be called before calling this subroutine. CURV2S calculates an interpolated value for a smoothing spline under tension at a given point. Description T (real, input) A real…
CURVS1 – calculate values for a smoothing spline for data in the plane. Synopsis CALL CURVS1 (N,X,Y,D,ISW,S,EPS,PARAM,XS,YS,XSP,YSP, SIGMA,TEMP,IERR) This subroutine calculates certain values that are used by CURVS2 in order to compute an interpolatory smoothing spline under tension through a sequence of data values in the plane. In general this curve will not pass through…
CURVS – calculate values for a smoothing spline Synopsis CALL CURVS (N, X, Y, D, ISW, S, EPS, YS, YSP, SIGMA, TEMP, IER) This subroutine calculates certain values that are used by CURV2 in order to compute an interpolatory smoothing spline under tension through a sequence of functional values. The actual computation of the interpolated…
CURVPS – calculate values for a smoothing spline for a periodic function. Synopsis CALL CURVPS (N, X, Y, P, D, ISW, S, EPS, YS, YSP, SIGMA, TEMP, IER) This subroutine calculates certain values that are used by CURVP2 in order to compute an interpolatory smoothing spline under tension through a sequence of functional values for…
CURVPI – integrate a periodic spline curve Synopsis FUNCTION CURVPI (XL, XU, N, X, Y, P, YP, SIGMA) This function calculates an integral between two specified limits. CURVP1 must be called prior to calling CURVPI, and the values thus obtained used as input to CURVPI. The value of the integral is returned. Description XL (real,…
CURVP2 – interpolate a periodic function at a specified point Synopsis FUNCTION CURVP2 (T, N, X, Y, P, YP, SIGMA) This function interpolates a value at a specified point using a spline under tension. CURVP1 must be called prior to calling CURVP2, and the values thus obtained used as input to CURVP2. CURVP2 returns the…
CURVP1 – calculate values for CURVP2 usage. Synopsis CALL CURVP1 (N, X, Y, P, YP, TEMP, SIGMA, IER) This subroutine calculates certain values that are used by CURVP2 in order to compute an interpolatory spline under tension through a sequence of functional values for a periodic function. The actual computation of the interpolated values must…
CURVI – integrate a spline curve Synopsis FUNCTION CURVI (XL, XU, N, X, Y, YP, SIGMA) This function calculates an integral between two specified limits. CURV1 must be called prior to calling CURVI, and the values thus obtained used as input to CURVI. The value of the integral is returned. Description XL (real, input) The…
CURVED – Draws a curve through a sequence of points. Synopsis CALL CURVED (X,Y,N) C-Binding Synopsis #include <ncarg/ncargC.h> void c_curved (float *x, float *y, int n) Description X (an input array of type REAL) defines the X user coordinates of the curve. Array X is of length N. Y (an input array of type REAL)…
CURVE3 – Draws the projection of a curve defined by a sequence of points in 3-space. Synopsis CALL CURVE3 (U,V,W,N) C-Binding Synopsis #include <ncarg/ncargC.h> void c_curve3 (float *u, float *v, float *w, int n) Description U,V,W (input arrays, dimensioned at least N, of type REAL) contain the U, V, and W coordinates, respectively, of the…