Previous: cosh Up: ../plot79_c.html First: cabs
C$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C$
C$ EXTERNAL REFERENCES (FUNCTION,SUBROUTINE,COMMON)
C$
C$ EXTERNAL REFS COVER, SYSDEC
C$
C$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C$
C$ EXTERNAL FUNCTIONS AND SUBROUTINES
C$
EXTERNAL PL2SPA, PL3SPA
C$
C$ CALL SYSDEC (5,6)
CALL COVER (5,6,PL2SPA,PL3SPA)
STOP
END PROGRAM
SUBROUTINE COVER (NIN,NOUT,PL2,PL3)
C$ (User's Guide Cover)
C$ Demonstration program for labelling in curvilinear
C$ coordinates. The principal point of interest in this
C$ demonstration is that inclusion of a pen-movement routine
C$ as an argument to a symbol drawing routine permits the
C$ mapping of software-generated characters onto arbitrary
C$ coordinate systems. It also shows that the axis drawing
C$ option of GRFIG (called from GRFCX) will faithfully draw
C$ the coordinate axes of the selected coordinate system.
C$ (07-JUN-85)