DCL:GRPH2:U[UVH]PACK : 1-D Graph Routines: Explanation of Subroutines: Box Graphs
Draws the frame of a box graph.
CALL UVBXF (N,X,Y1,Y2)
CALL UHBXF (N,X1,X2,Y)
CALL UVBXFZ(N,X,Y1,Y2,ITYPE,INDEX)
CALL UHBXFZ(N,X1,X2,Y,ITYPE,INDEX)
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. ITYPE (I) The line type of a frame. INDEX (I) The line index of a frame.