I'm new to beamer and am trying to make a basic presentation. I have some graphs (generated in STATA) that I want to upload to my presentation. The graphics are pdfs. Beamer generates a presentation including the graphic, but omits my labels and tick lines. How can I upload my graphs with labels?
\begin{frame} {inserting a graphic}
\begin{figure}
\begin{center}
\includegraphics[height=3in]{graph.pdf}
\end{center}
\end{figure}
\end{frame}
figureenvironment in Beamer, unless you want to\captionthe graph. – Herr K. Dec 06 '13 at 04:31