Previous: pvids Up: ../plot79_p.html Next: pviiv


PVIIS

       SUBROUTINE  PVIIS (Z1,ZE,Z2, J1,J2, MX, I1,I2, MY, T, S, PL2)
 C$    (Inclined Sequence)
 C$    Plot a hidden-line view  of data stored  in an array.   The
 C$    arguments are:
 C$
 C$    (MX,MY)........Actual declared dimensions of ZE(*,*).
 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$    S.............. =1.0, plot positive part; =-1.0, plot
 C$                   negative part
 C$    PL2............2-D pen movement subroutine, usually PL2CA.
 C$    (20-JUL-89)