I am using *.png figures in my document. Most of the time even if I use [ht!] my figures are always going to the last page of the document. Then I solved this problem with \usepackage{float} and typing [H].
Now,
I have two big figures and I wanted to rotate them by \usepackage{rotating}. Now pictures are rotating and captions are also rotating. However, now [H] parameter doesnt work and again these 2 pictures are going to back even if I use [ht!].
Can anyone solve my problem? Why my figures always want to go back?
Code: Select all
\begin{sidewaysfigure}[ht!]
\centering
\includegraphics[width=0.95\textwidth]{matrix}
\caption{Full correlation matrix for 2 countries}
\label{correlation}
\end{sidewaysfigure}