I have two figures that I need to fit onto one page. I would like to fit two graph files to each figure so that I have 4 graphic images on 1 page labeled as two independent figures.
I first tried shrinking the image files (.pdf files) and use the following syntax, but it broke the second set of graphs onto a second different page.

\begin{figure}
\centering
\includegraphics[]{filepath}
\includegraphics[]{filepath}
\caption{Title of Fig 1}
\end{figure}
\begin{figure}
\centering
\includegraphics[]{filepath}
\includegraphics[]{filepath}
\caption{Title of Fig 2}
\end{figure}