Graphics, Figures & TablesSidewaysfigure appears on the next page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
pban92
Posts: 54
Joined: Sat Aug 09, 2008 9:34 am

Sidewaysfigure appears on the next page

Post by pban92 »

Hi,

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}

Thanks for any suggestion.

Cheers!

pban92

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Sidewaysfigure appears on the next page

Post by localghost »

The problem is not comprehensible for me because the graphics files was not provided. Moreover I wonder about the sense of the additional horizontal space right behind the included file. Please build a minimal working example (MWE) and attach the external file.


Best regards
Thorsten¹
Post Reply