DCL:GRPH2:U[UVH]PACK : 1-D Graph Routines: Explanation of Subroutines: Box Graphs
Fills in the interior of a box graph.
NumRu::DCL.uvbxa(upx,upy1,upy2)
NumRu::DCL.uhbxa(upx1,upx2,upy)
NumRu::DCL.uvbxaz(upx,upy1,upy2,itpat1,itpat2)
NumRu::DCL.uhbxaz(upx1,upx2,upy,itpat1,itpat2)
n(I)The length of an array.x, y (R(N+1)) Independent variables. x1, x2, y1, y2 (R(N)) The values for the ends of a box. 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.