My following code is serving my purpose except the figure is appearing in the next page (eg, code is at page 5 but the figure is appearing at 6). I tried to decrease the width extremely and use the whole space as much as possible in the same appendix page but with no luck.
Code: Select all
\chapter{Isometric View Of Plates}
\label{AppendixB}
\lhead{Appendix B. \emph{Isometric View Of Plates}}
\begin{figure}[ht!]
\centering
\includegraphics[width=10cm]{./Figures/setupiso.png}
\hspace{2cm}
\caption[Isometric view of plates]{Isometric view of plates: flat plate, splitter plate and end plates}
\label{fig:endplate}
\end{figure}
Cheers!
pban92