Displaying 1 result from an estimated 1 matches for "persongenethn".
2010 Jun 28
2
Lattice and Beamer
...xlab = 'Grade')
Now inside my latex document using the beamer class for presentation I have the following
\begin{frame}
\frametitle{Distribution of Person Parameters by Grade Conditional on Gender and Ethnicity}
\begin{figure}[htb]
\centering
\fbox{\includegraphics[scale=.3]{personGenEthn.pdf}}
\end{figure}
\end{frame}
I use the scale argument here. I do this totally randomly. I first start with scale=.5. Then, I create the document and look at it. If it seems to fit, I keep it. If it's too big, I resize it until it looks good. There must certainly be a much better way to size...