ncl_frstpt (3) Linux Manual Page
FRSTPT – generates a "pen-up" move to a specified point in the user coordinate system. FRSTPT is used in conjunction with the routine VECTOR to draw lines. Synopsis CALL FRSTPT (PX,PY) C-Binding Synopsis #include <ncarg/ncargC.h> void c_frstpt (float px, float py) Description PX (an input expression of type REAL) defines the X user coordinate. PY…
