ncl_dpcurv (3) Linux Manual Page
DPCURV – Used to draw a complete curve defined by a sequence of points in the user coordinate system. SynopsisCALL DPCURV (XCPU,YCPU,NPTS) C-Binding Synopsis#include <ncarg/ncargC.h> void c_dpcurv (float *xcpu, float *ycpu, int npts); DescriptionXCPU (an input array of type REAL) specifies the X coordinates of points in the user coordinate system defining a curve to…
