SUBROUTINE PGCNSC (Z, MX, MY, IA, IB, JA, JB, Z0, PLOT) INTEGER MX, MY, IA, IB, JA, JB REAL Z(MX,*) REAL Z0 EXTERNAL PLOT C C PGPLOT (internal routine): Draw a single contour. This routine is C called by PGCONT, but may be called directly by the user. C C Arguments: C C Z (real array dimension MX,MY, input): the array of function values. C MX,MY (integer, input): actual declared dimension of Z(*,*). C IA,IB (integer, input): inclusive range of the first index of Z to be C contoured. C JA,JB (integer, input): inclusive range of the second index of Z to C be contoured. C Z0 (real, input): the contour level sought. C PLOT (the name of a subroutine declared EXTERNAL in the calling C routine): this routine is called by PGCNSC to do all graphical C output. The calling sequence is CALL PLOT(K,X,Y,Z) where Z is C the contour level, (X,Y) are the coordinates of a point (in the C inclusive range I1