Previous: plntr Up: ../plot79_p.html Next: pltal
SUBROUTINE PLT00 C$ (Initialization) C$ Initializing subroutine to start off a series of graphs. C$ All local plot system initialization requirements are taken C$ care of here, but no direct pen movement is done. This C$ routine must always be called before any other plot C$ routine. When plotting is complete, PLTEJ should be called C$ to terminate plotting. The sequences C$ C$ CALL PLT00 C$ ... C$ CALL PLTEJ C$ C$ and C$ C$ CALL PLT00 C$ ... C$ CALL SETNF C$ ... C$ CALL SETNF C$ ... C$ CALL PLTEJ C$ C$ may be repeated any number of times in a job. C$ (27-Feb-1991)