DCL:GRPH2:U[UVH]PACK : 1-D Graph Routines: Explanation of Subroutines: Bar Graphs
Fills in the interior of a bar graph.
NumRu::DCL.uvbra(upx,upy1,upy2)
NumRu::DCL.uhbra(upx1,upx2,upy)
NumRu::DCL.uvbraz(upx,upy1,upy2,itpat1,itpat2,rsize)
NumRu::DCL.uhbraz(upx1,upx2,upy,itpat1,itpat2,rsize)
n(I)The length of an array.x, y (R(N)) Independent variables. x1, x2, y1, y2 (R(N)) The coordinate values for both ends of a bar. 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. rsize (R) The width of a bar.