ST 540: Data Analysis and Regression
How to turn your S-Plus graph/plot into a Postscript file
Windows:
- Highlight your graphic window
- Select "File --> Export Graph"
- Choose the file format: *.eps
- Pick a name
- Save it!
Unix:
Best approach: see help files on the command "postscript"
A less elegant approach:
- Click "Options" in your graphics window
- Click "Printing ..."
- in "Command", change the content to "lpr -Pabc"
- Click "Print"
Note: at Step 4 after you click "Print" S-Plus will complain.
It is because in Step 3 we have specified to print the graph with
printer "abc", and in our department we don't have a printer named
"abc". So your graph won't be printed, but will be saved instead -
the file name is ps.out.0001.ps if you do it for the first time.