ncl_gfa (3) Linux Manual Page
GFA (Fill area) – output primitive for filling polygonal areas. Synopsis CALL GFA (N, X, Y) C-Binding Synopsis #include <ncarg/gks.h> void gfill_area(const Gpoint_list *point_list); Description N (Integer, Input) – The number of points in the polygon to be filled. N must be greater than two. X (N) (Real Array, Integer) – The X world coordinates…
