I'm struggling to get my picture to appear straight after the text. I have used the following code:
\begin{figure}[h]
\includegraphics[width=\linewidth]{"Interaction Plot - Data1".png}
\caption{Interaction Plot for Data Set 1}
\label{fig:Interaction Plot for Data Set 1}
\end{figure}
It currently appears several pages later after all sections.
hhas never meant "put the float right here, period". If you want to essentially disable the floating, add\usepackage{float}, and useHinstead ofh. – Torbjørn T. Mar 30 '17 at 14:53His not advised. Use[htbp]instead, then you should appear as close to this point as possible. – daleif Mar 30 '17 at 15:02