I always get wide space between figure and text or figure and caption whenever I place any figure.The following codes I use for placing figure
Code: Select all
\begin{figure}[ht]
\centering
\includegraphics[width=10cm,height=12cm]{diagram-2}
\caption{Block Diagram of VLIW architecture}
\label{fig:2}
\end{figure}