I would like to add four figures : fig1, fig2, fig3 and fig4 on the same page but side by side. For example :
|fig1 fig2 |
|fig3 fig4 |
I also want to write on the bottom of each and every single of them the description (The small subtitle) then the big tite for four of them.
I tried with two figures but don't know for four. Here is the code I am using which is working properly:
Code: Select all
\begin{figure}
\centering
\mbox{\subfigure[Description of left graph]{\includegraphics[width=3in]{1a.eps}}\quad
\subfigure[Description of right graph]{\includegraphics[width=3in]{1b.eps}}}
\caption{Text pertaining to both graphs ...} \label{fig12}
\end{figure}