home *** CD-ROM | disk | FTP | other *** search
- | !Run file for PGPlot last update 25 Feb 1994
- |
- | ensure the Floating point emulator and colourtrans are loaded
- |
- RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPEmulator
- RMEnsure FPEmulator 0.00 Error You need the Floating-point Emulator
- RMEnsure ColourTrans 0.00 RMLoad System:Modules.Colours
- RMEnsure ColourTrans 0.00 Error You need the ColourTrans module
- |
- | now set up the global variables for PGPlot
- Set PGPLOT_DIR <Obey$Dir>
- Iconsprites <PGPLOT_DIR>.!Sprites
- |
- | use SetMacro to avoid the 30 character maximum file name length bug.
- |
- SetMacro PGPLOT_FONT <PGPLOT_DIR>.GRFont
- SetMacro PGPLOT_RGB <PGPLOT_DIR>.RGBTxt
- |
- | change (or add to) the following to suit your taste
- |
- Set PGPLOT_DEV /ARC
- Set PGPLOT_BACKGROUND SlateGrey
- Set PGPLOT_IDENT "Fortran Friends"
- echo Global variables now set up for PGPlot