Previous: setds3 Up: ../plot79_s.html Next: setfc


SETEJ

       SUBROUTINE  SETEJ
 C$    (Eject)
 C$    Terminate the current plot frame.   On a pen plotter,  this
 C$    may result in the paper advancing  to a clean area, or  the
 C$    operator being requested to install a fresh sheet of paper.
 C$    On a CRT, it  will reset the origin  to its default  value.
 C$    The screen should normally not  be cleared, since the  user
 C$    may have not  had time  to examine the  graph.  Instead,  a
 C$    clear screen operation should be postponed until a new plot
 C$    is initiated.
 C$    (01-APR-82)