ncl_gpolyline (3) Linux Manual Page
gpolyline (Polyline) – This output primitive draws line segments connecting a sequence of user-specified coordinate pairs. Synopsis #include <ncarg/gks.h> void gpolyline(const Gpoint_list *point_list); Description point_list.num_points (Gint, Input) – The number of points in the line to be drawn. Must be larger than one. point_list.points (Gint *, Input) – The X and Y coordinates (specified in…
