I am trying to fit in an .eps-formatted figure. However, there is excess white space between text and figure. Current code:
Code: Select all
%
\begin{figure}[H]
\hspace*{-0.6in}
\includegraphics[scale = 0.6]{Figures/rstar_analysis.eps}
\vspace*{-35mm}
\caption{Combined estimated paths of $r^{*}$}
\end{figure} \label{fig: 5.2}
%
minipage
, which was slightly better, but I did not really understand its use in this setting; and wrapfigure
, which does not work with my current template settings. I've been trying to figure this out for a long time, solutions appreciated!
PS. eps-file in the attachment.