Hi John,

On 16 Nov 2007, at 18:28, Daschbach, John L wrote:

> If there is a work around I would like to know about it.  I've got a
> manuscript to submit and as I have revised some graphics they are  
> corrupt.

In the past I've had success by moving the console window off screen  
as you have done (or maybe minimising it). I would suggest bypassing  
the quartz display as a workaround, e.g.

pdf("output.pdf", width = 8.0, height = 10.0, onefile=FALSE,  
paper="special")
< ... your plot commands ... >
dev.off()

Hope that helps.

Cheers,

Demitri

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to