Previous: plngv Up: ../plot79_p.html Next: plnr3
SUBROUTINE PLNR2 (DXARAY,INCX,DYARAY,INCY,N)
C$ (Polyline Relative 2-D)
C$ Beginning at the current point, draw line segments to each
C$ of N points in turn. (DXARAY(*),DYARAY(*),0) define the
C$ relative displacements from the preceding point. INCX and
C$ INCY are the displacements between successive X and Y
C$ values in the arrays. These will normally be both 1. If
C$ an increment INCX or INCY is negative, the starting vertex
C$ is taken as (1-N)*INC + 1 instead of 1, so that the array
C$ is stepped through in reverse order.
C$ (02-APR-82)