Previous: visos Up: ../plot79_v.html Next: visrb
SUBROUTINE VISPS (Z1,ZE,Z2, R1,R2,NR, P1,P2,NP, L,M, PL2)
C$ (Polar Sequence)
C$ ZE(NR,NP)......Array of function values.
C$ (Z1,Z2)........Range of function values.
C$ (R1,R2)........Range of radial coordinate.
C$ (P1,P2)........Range of angular coordinate.
C$ L..............Direction of view and increment (+: west,
C$ -: east).
C$ M..............Direction of view and increment (+: south,
C$ -: north).
C$ PL2............2-D pen movement subroutine.
C$ (09-APR-82)