ncl_curved (3) Linux Manual Page
CURVED – Draws a curve through a sequence of points. SynopsisCALL CURVED (X,Y,N) C-Binding Synopsis#include <ncarg/ncargC.h> void c_curved (float *x, float *y, int n) DescriptionX (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) defines the Y…
