ncl_ngdots (3) Linux Manual Page
NGDOTS – Draws filled circular dots at coordinate positions (X(I),Y(I),I=1,NUM) at size SIZE with color given by the color index ICOLOR. SynopsisCALL NGDOTS(X,Y,NUM,SIZE,ICOLOR) C-Binding Synopsis#include <ncarg/ncargC.h> void c_ngdots(float *x, float *y, int num, float size, int icolor) DescriptionX (an input array of type REAL) defining the X world coordinates where a sequence of circular filled…
