home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / fortran77_210 / pgplot / !PGPlot / !Run < prev    next >
Encoding:
Text File  |  1994-03-01  |  820 b   |  24 lines

  1. | !Run file for PGPlot        last update 25 Feb 1994
  2. |
  3. |  ensure the Floating point emulator and colourtrans are loaded
  4. |
  5. RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPEmulator
  6. RMEnsure FPEmulator 0.00 Error You need the Floating-point Emulator
  7. RMEnsure ColourTrans 0.00 RMLoad System:Modules.Colours
  8. RMEnsure ColourTrans 0.00 Error You need the ColourTrans module
  9. |
  10. | now set up the global variables for PGPlot
  11. Set PGPLOT_DIR <Obey$Dir>
  12. Iconsprites <PGPLOT_DIR>.!Sprites
  13. |
  14. | use SetMacro to avoid the 30 character maximum file name length bug.
  15. |
  16. SetMacro PGPLOT_FONT <PGPLOT_DIR>.GRFont
  17. SetMacro PGPLOT_RGB <PGPLOT_DIR>.RGBTxt
  18. |
  19. | change (or add to) the following to suit your taste
  20. |
  21. Set PGPLOT_DEV /ARC
  22. Set PGPLOT_BACKGROUND SlateGrey
  23. Set PGPLOT_IDENT "Fortran Friends"
  24. echo Global variables now set up for PGPlot