On 2011-06-13, Rich Shepard wrote:
>    I created a figure using gnuplot (because neither PSTricks nor R can make
> a bar plot with dates as the x labels), and exported it as PostScript (.ps).
> When I view the document, the figure is properly oriented, but when I export
> the file to pdflatex, the figure is rotated 90 degrees counterclockwise.
> Rotating the figure in the document is necessary so it is properly oriented
> when the file is compiled.

>    Any ideas why this happened?

No. However, you might try the eps option:

  set terminal postscript eps

or, e.g.,

  set terminal postscript eps "NimbusRomNo9L-Regu" 16
  
Günter  


Reply via email to