This question already has an answer here:
I have a problem in placing a picture into a page. I used a simple code as below:
\begin{figure}[t!]
\centering
\includegraphics[keepaspectratio, width=0.6\textwidth]{./pics/5_11}
\caption{Number of RSUs that each vehicle has encountered}
\label{fig:RSUencountered}
\end{figure}
The problem is that the picture is placed exactly in the middle, although I used position specifier (t!).
How can I instruct the latex to put the picture at the top of the page.
BTW: this picture is the only element in the page.