Discussion:
[R-SIG-Mac] quartz bug?
David Airey
17 years ago
Permalink
...
I wrote the above earlier. Turns out, when I save a PDF from the
quartz device, and include it in a latex document, I get a memory full
error associated with definefont postscript command. If I make the PDF
using the pdf() function, I get no error from printing the figures in
latex. So I think there is some kind of bug/difference between saving
a PDF from the quartz() device and creating a PDF using pdf(). Also, I
note that the figures are not quite rendered exactly the same.
Prof Brian Ripley
17 years ago
Permalink
pdf() is not involved when you save from a quartz() device. There
certainly is a difference, a completely different R graphics device
involving MacOS system calls is used by quartz().
...
--
Brian D. Ripley, ***@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
David Airey
17 years ago
Permalink
A bug in the Mac OS perhaps, or an interaction between the Mac OS and
HP Printers. I had someone tell me a Brother printer worked with the
files I posted. Thanks. At least I know more now.

-Dave
...
Loading...