Skip to content
Prev 170686 / 398506 Next

Printing out a graph using different graphics devices

You might want to look at the dev.copy function.  I just tried with your example and the postscript device, used the print(plot) command with the postscript device open, then switched to the windows graphics device and did dev.copy then closed the postscript file, the result had 2 pages, the first like you described looked different from the screen, the 2nd (from dev.copy) had the same colors and general appearance (I did not compare super closely) as the plot on the screen.

Hope this helps,