Skip to content

postscript rotation (bug?)

2 messages · Marc Schwartz, wouter buytaert

#
On Mon, 2005-03-14 at 15:16 +0000, Wouter Buytaert wrote:
There was just a discussion on this. See this thread:

https://stat.ethz.ch/pipermail/r-help/2005-March/065593.html

HTH,

Marc Schwartz
#
hello,

when making postscript images with postscript() and converting them to
pdf with epstopdf, some images are rotated 90 degrees clockwise. The
postscript displays fine (ggv).

It seems to be related with length(xlab)/length(ylab), e.g:
paper = "special")
If then converted to pdf with epstopf, then wrong.pdf is rotated

However,
"special")
en then converted to OK.pdf displays OK.

Setting horizontal=T does not change anything for the final pdf file.
(The .ps is rotated -90 degrees however).

Is anyone able to reproduce this problem? I am using fedora core 3.

Thanks,

Wouter