DCL:GRPH2:U[UVH]PACK : 1-F Graph Routines: Explanation of Subroutines: Finite Difference
Fills the space between 2 polylines with a tone pattern.
CALL UVDIF (N,X,Y1,Y2)
CALL UHDIF (N,X1,X2,Y)
CALL UVDIFZ(N,X,Y1,Y2,ITP1,ITP2)
CALL UHDIFZ(N,X1,X2,Y,ITP1,ITP2)
N (I) The length of an array. X, Y (R(N)) Independent variables. X1, X2, Y1, Y2 (R(N)) Dependent variables. ITP1, ITP2 (I) The tone pattern number. When X1<X2 or Y1<Y2, ITP1 is used. When X1>X2 or Y1>Y2, ITP2 is used.