Previous: vistr Up: ../plot79_v.html Next: vistw


VISTS

       SUBROUTINE  VISTS (Z1,ZE,Z2, MX,MY, NX,NY, PL2)
 C$    (Triangular Sequence)
 C$    Generate a hidden-line view in triangular coordinates.  The
 C$    arguments are:
 C$
 C$    (MX,MX)........Actual declared dimensions of ZE(*,*).
 C$    ZE(NX,NY)......Array of values.  Only the lower triangle of
 C$                   the  square   cross-section   of   dimension
 C$                   (NX,NX) is used.
 C$    Z1,Z2..........Range of values
 C$    PL2............2-D pen movement subroutine, perhaps PL2CA.
 C$    (09-APR-82)