Displaying 3 results from an estimated 3 matches for "eps2pdf".
Did you mean:
ps2pdf
2003 Jun 25
1
Can't save a graph to pdf in R for MacOS
Hi,
I am using R 1.7.1 (carbon) for MacOS and I am running it on MacOS X
10.2.6. When I send a graph to the pdf device (or any other devices), I
get a zero KB file name "Rplots.pdf".
Before sending my graph to the output, I did:
> dev.off()
> pdf()
> boxplot(... my graph commands...)
> dev.off()
Is this the correct procedure? I did the same procedure on another PC
2003 Nov 26
0
pdf files, change in content
..., on Carbon 1.7, when files were
'drag and dropped' onto another application they worked fine. Now the
text is lost but the graphics are intact. However the text is there
when viewed with Acrobat.
On the other hand, if I output to an eps file and then use the
Perl/ghostscript function eps2pdf, the pdf file generated works as I
would expect.
****************
platform powerpc-apple-darwin6.8
arch powerpc
os darwin6.8
system powerpc, darwin6.8
status
major 1
minor 8.1
year 2003
month 11
day 21
language R
Mac OS 10.2.8
*****************
The programme I hav...
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...n't save a graph to pdf in R for MacOS
To: S?bastien Plante <splante at globetrotter.net>
Cc: R-help at stat.math.ethz.ch
Message-ID: <4E1A3671-A7C3-11D7-931D-003065F42152 at bham.ac.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I do not have an R solution but use eps2pdf (a Perl script)
This can be installed by Fink
http://sourceforge.net/projects/fink/.
On Wednesday, June 25, 2003, at 03:41 am, S?bastien Plante wrote:
> Hi,
>
> I am using R 1.7.1 (carbon) for MacOS and I am running it on MacOS X
> 10.2.6. When I send a graph to the pdf device (or an...