I am trying to use graphicx package to include figures. However it seems to leave
too much space between the figure and caption.
My LaTeX lines are
\begin{center}
\includegraphics[scale=0.6]{1hamlabels.eps}
\end{center}
Is there any way to reduce this space while using graphicx package? I dont wanna use tikz or anythin like that.
Thanks

\documentclass{...}and ending with\end{document}. – Paul Gessler Feb 11 '14 at 05:49centerenvironment is the culprit of the vertical space. You only want to insert your figures without inserting them in afigureenvironment? – karlkoeller Feb 11 '14 at 05:56