Previous: setcs Up: ../plot79_s.html Next: setdp
SUBROUTINE SETCUR C$ (Set Current) C$ Make the plot file current. With display devices that C$ buffer output, it may occasionally be necessary in C$ interactive applications to force the emptying of the plot C$ command buffer to bring the plot up to date. This routine C$ provides for that. C$ C$ It is unnecessary to call this routine before termination C$ since buffer emptying always happens automatically when the C$ plot file is closed. C$ (08-NOV-83)