ncl_curve (3) Linux Manual Page
CURVE – draws the curve defined by a specified series of points in the user coordinate system. The "pen" (for subsequent calls to FRSTPT, VECTOR, PLOTIF, and PLOTIT) is left at the location of the last point in the curve. Synopsis CALL CURVE (PX,PY,NP) C-Binding Synopsis #include <ncarg/ncargC.h> void c_curve (float *px, float *py, int…
