png scaling problem
I can't reproduce this problem. It works fine for me. Some possibilities are: 1. check which version of fig2dev you are using. If you are on Windows I am using the fig2dev that comes in winfgi142.zip by Andreas Schmidt found at: http://user.cs.tu-berlin.de/~huluvu/WinFIG.htm Here is the version info I get: C:\bin>fig2dev -h | findstr Windows Windows version 2 (02/08/2004) by Andreas Schmidt 2. Also, it seems from your output that fig2dev uses ghostscript. I am using ghostscript 8.13. Check what version you are using.
On 9/2/05, Knut Krueger <admin at biostatistic.de> wrote:
Gabor Grothendieck schrieb:
If you have not already tried it try creating a fig file:
xfig("myfile.fig")
plot(1:10)
dev.off()
and then using the fig2dev utility (find it via google) to convert it to a tiff:
fig2dev -L tiff myfile.fig > myfile.tiff
Error:: fig2def: broken pipe <ghostscript aborted?> command was gs -q -dSAFER -sDEVICE=tiff24nc -r80 -g3830x506 -sOutputFile=44.tif
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html