Previous: concl Up: ../plot79_c.html Next: congv


CONCP

       SUBROUTINE  CONCP (Z1,ZE,Z2, MX,MY, NX,NY, NZ, PL2OR3)
 C$    (Contour Plot)
 C$    Plot contour lines for function values taken from an array.
 C$    The arguments are:
 C$
 C$    (MX,MY)    Actual declared dimensions of Z(*,*)
 C$    ZE(NX,NY)  Array to be contoured
 C$    (Z1,Z2)    Contouring interval
 C$    NZ         Number of contour levels
 C$    PL2OR3     2-D or 3-D pen movement subroutine, perhaps PL2CA
 C$               or PL3CA.  If 3-D plotting is in effect (set via
 C$               CALL SET3D (.TRUE.)),  the 3-D  version must  be
 C$               used.  Otherwise the 2-D version is required.
 C$
 C$    (13-FEB-85)