Latex- flipping figures

Zoran picture Zoran · Nov 22, 2012 · Viewed 8.8k times · Source

How can I flip a figure in my LaTeX file around horizontal axis? The figures reside in subfigure.

Answer

Zoran picture Zoran · Nov 22, 2012

here is the solution:

add to preamble

\usepackage{graphics}

then the following does the trick.

\scalebox{1}[-1]{ \includegraphics[width=0.50\columnwidth] {test.eps} }