Back|Forward
DCL:GRPH2:U[UVH]PACK : 1-D
Graph Routines: Explanation of Subroutines: Box Graphs
6.9.1 UVBXF/UVBXFZ/UHBXF/UHBXFZ
- 1.
- Function
Draws the frame of a box graph.
- 2.
- Call
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)
- 3.
- Explanation of Parameters
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. |
- 4.
- Notes
- (a)
- When RUNDEF is specified as X or Y, it is
considered that the points dividing the range defined by UUSIDV into N equal
sections have been specified. If the defined range is not specified, then the
whole window is considered to be the defined range.
- (b)
- When RUNDEF is specified as X1, Y1 or X2, Y2,
it is considered that the value of the internal variable 'UREF' has
been specified. The initial value of 'UREF' is 0.
- (c)
- The attributes of the frame drawn by UVBXF, UHBXF are
specified by UUSFRT, UUSFRI.
Copyright (C) 2000 GFD Dennou Club. All rights reserved.