Skip to content
Prev 76579 / 398502 Next

png scaling problem

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
On 9/2/05, Knut Krueger <admin at biostatistic.de> wrote: