ncl_gfill_area (3) Linux Manual Page
gfill_area (Fill area) – output primitive for filling polygonal areas. Synopsis #include <ncarg/gks.h> void gfill_area(const Gpoint_list *point_list); Description point_list.num_points (Gint, Input) – The number of points in the polygon to be filled. Must be greater than two. point_list.points (Gpoint *, Input) – The X and Y world coordinates of the polygon. Usage The area to…
