[R] problem with postscript output of R-devel on Windows

Prof Brian Ripley ripley at stats.ox.ac.uk
Fri Sep 1 14:29:22 CEST 2006


On Fri, 1 Sep 2006, Duncan Murdoch wrote:

> On 8/31/2006 10:40 PM, Kimpel, Mark William wrote:
> > I installed GSView and the file opens correctly and the output is as is
> > should be. As you suggest, this must be a bug in Adobe CS2 Illustrator
> > and Photoshop.
> 
> It could conceivably still be our bug, but I'd like to hear what Adobe tech
> support says about it.

I tried this in gs 8.53 (which is what GSView calls), Adobe Distiller 
7.0.7 and Photoshop CS2 (9.0.2).  The first two were fine.  CS2 said it 
did not have the fonts used (which might actually be true, if surprising) 
and changed the font of the labels, but converted everything else fine.

So is it possible that you have CS2 set to suppress unknown fonts (I have 
not looked even to see if it is possible)?

I think importing .ps into Illustrator is known to be iffy, and I have 
seen the recommendation to first distill to PDF and then import (so in R 
you could save directly to PDF).


> > > x <- 10*(1:nrow(volcano))
> > >      y <- 10*(1:ncol(volcano))
> > >      image(x, y, volcano, col = terrain.colors(100), axes = FALSE)
> > >      contour(x, y, volcano, levels = seq(90, 200, by = 5),
> > >              add = TRUE, col = "peru")
> > >      axis(1, at = seq(100, 800, by = 100))
> > >      axis(2, at = seq(100, 600, by = 100))
> > >      box()
> > >      title(main = "Maunga Whau Volcano", font.main = 4)

[Run on Windows, use 'Save as' to postscript.]


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list