Hi all,
I have to produce arrangements of 25 simple plots of the type
plot(x,y,pch=".") where there are typically on the order of 20000 points.
So, overall, I have about 500000 points. When I use the pdf device, I
get file sizes (on a Windows machine) of about 10 MB.
When I then zip the files, I'm down to about 0.5MB, so the original pdf
files were created with a lot of 'air'.
I'm wondering why the pdf files are so large and whether there is an
alternative to produce them smaller. Any ideas?
Have a nice afternoon,
Chris.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.