Skip to content
Prev 3387 / 15075 Next

Wiki or Development fo Mac-R.app-graphics-insert-to-Word?

Hi,
Le 07-01-29 ? 16:28, r-sig-mac-request at stat.math.ethz.ch a ?crit :
This is probably one of the better solutions, but I usually keep  
saving as pdf and then create the png from PreView or Acrobat.

The reason is this: most of my graphics are in pdf, so my margins,  
font sizes (via cex) etc. are set for graphics that are well  
proportioned in pdf files.

When I ask R to output png, I usually want to increase resolution to  
compensate for the fact it will be raster instead of vector based  
(i.e. have a bit of room to zoom without loosing quality). But every  
time I change the png resolution, I have to readjust margins, font  
sizes, etc. Frustrating when you have just made a complex graph  
requiring a bit of fine tuning, but realise you should also keep a  
png version for an Office product.

I wish the png driver worked differently, so that if you are happy  
with the pdf or quartz graphics, you just call png with the same  
settings and get the same plot. If you choose a high res, you get a  
giant version of the graph, everything in enlarged in proportion,  
text, plot symbols, etc included.

Denis