Graphics, Figures & Tables ⇒ Graphs got rotated from Excel (Mac ver) to Latex
Graphs got rotated from Excel (Mac ver) to Latex
Hello. I created a few graphs using the Mac verion of EXCEL. I saved them as .eps files. When I included them in a latex document, they got rotated by 90 degrees. I used the angle command to return them to the original orientation. However, this causes a large blank margin on the left of the graphs. Usually when I include .eps files (from Illustrator for example)to Latex, the left margin of the figures line up with that of the corresponding captions. However, those made by EXCEL do not match the left margin after the angle command. Anyway to fix the problem? Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Graphs got rotated from Excel (Mac ver) to Latex
It sounds like the bounding box hasn't been calculated correctly. It's possible that Excel has created a PostScript rather than Encapsulated PostScript file using A4/letter landscape paper. If you put the image in a \frame{} (but not if you're using beamer) you can see where the bounding box actually is. (You could also use \fbox, but that adds a bit of extra space.) If you are using graphicx, you can use the trim key in the optional argument of \includegraphics to remove the unwanted space.
Regards
Nicola Talbot
Regards
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/