[R-SIG-Mac] Quartz graphics corruption
thatsanicehatyouhave at mac.com
thatsanicehatyouhave at mac.com
Sat Nov 17 16:09:52 CET 2007
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
More information about the R-SIG-Mac
mailing list