ncl_gpolymarker (3) Linux Manual Page
gpolymarker (Polymarker) – the polymarker output primitive draws selected symmetric symbols to mark user-specified coordinate positions. Synopsis #include <ncarg/gks.h> void gpolymarker(const Gpoint_list *point_list); Description point_list.num_points (Gint, Input) – The number of markers to be drawn. Must be greater than zero. point_list.points (Gpoint *, Input) – The X and Y coordinates of the point_list.num_points markers to…
