Skip to content
Prev 6885 / 15075 Next

Problems with savePlot() and postscript under Snow Leopard

On Feb 13, 2010, at 2:53 PM, David Winsemius wrote:

            
I also got a slightly different sort of success with:

plot(iris, col = species.n)
quartz.save("test2.png", type="png")

The background was completely transparent. I can see useful  
application of that feature in creating "after-the-fact" overlays of  
other plots. Reviewing the help page for ?quartz, it appears this is  
the expected result. Plotting with the png() device created a white  
background (as would be expected after reading its help page.)