How to “export” a graph to png or something insertable in Word ? I know there are a dozen tutorials for this on the ‘net, but I’m having trouble just finding a simple example.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Follow these;
Once you are happy with your plot, set your output terminal type to “Postscript.”
Graphics will be written in Postscript format, the language understood by our printers, instead of the format understood by the windowing system. Then specify a file name for your postscript output.
Then write your plot to the file by replotting.
To send your Postscript file to the printer, use the lpr shell command, (OPTIONAL)
If you would like to continue working with your plot in a graphics window, you will need to return the output and terminal settings to normal by typing
A great tutorial is here