DCL:GRPH2:UDPACK: Contour Routines: Explanation of Subroutines
Draws a 2-D contour graph (using a work area provided internally).
CALL UDCNTR(Z,MX,NX,NY)
Z (R) A 2-D array of MX * NY. The NX * NY portion is used in the draw routine. MX (I) The first adjustable dimension of array Z. NX (I) The first adjustable dimension of array Z used in the draw routine NY (I) The second adjustable dimension of array Z used in the draw routine
when the bit length of 1 word is NB. NB inquires the internal variable 'NBITSPW' handled by GLpGET/GLpSET. Normally, this value is 32. (See user's manual for "MATH1.") If you wish to draw graphs using arrays exceeding this limit, use the subroutine UDCNTZ (see next section) in which the user specifies the work area.
- (NX+2)n(NY+2)n2/NB+1≤1000
CALL UDGCLB(Z,MX,NX,NY,-REAL(NLEV))NLEV is the value inquired by the internal variable 'NLEV' handled by UDpGET/UDpSET. (The initial value is 12.) (Hereafter, an 'internal variable" refers to an internal variable handled by UDpGET/UDpSET, unless stated otherwise.)