Previous: visii Up: ../plot79_v.html Next: visli


VISIS

       SUBROUTINE  VISIS (Z1,ZE,Z2, J1,J2,MX, I1,I2,MY, T, PL2)
 C$    (Inclined Sequence)
 C$    ZE(MX,MY)......Array of function values.
 C$    (Z1,Z2)........Span of Z values.
 C$    J1,J2..........Range of X (horizontal coordinate).
 C$    I1,I2..........Range of Y (depth coordinate).
 C$    T(3,3).........Orthogonal matrix defining inclination.  The
 C$                   columns should be  normalized such that  the
 C$                   sum of  the elements  in absolute  value  in
 C$                   each column is 1.
 C$    PL2............2-D pen movement subroutine, usually PL2CA.
 C$    (20-JUL-89)