I am trying to create a Beamer file with some images alongside lists. However, when I insert my image it either does not appear or it shifts it half off the slide to the rigth - see below. My question is how do I move it into the white space above? I did try seperating the page into columns but had the same issue. Any help would be appreciated.
My code:
\frame{
\frametitle{Coordinate Systems}
\begin{itemize}
\item Cartesian
\item Cylindrical
\item Spherical
\end{itemize}
\begin{figure}[h!]\centering
\includegraphics[scale=0.1]{C:/Users/john/Documents/Uni/MMath/Major Project/Major Report/Python/Co-ordiantes/sphere_no_numbers.png}
\end{figure}
}
