I have the following code where figures are inserted as
2x2 matrix. But the caption is overlapping the figures. Any suggestion?
Thanks!
Code: Select all
\begin{figure}[ht!]
\begin{picture}(330,100)(0,0)
\put(70,20){\includegraphics[width=1.4in]{umean.png}}
\put(205,20){\includegraphics[width=1.4in]{vmean.png}}
\put(70,-50){\includegraphics[width=1.4in]{uprime.png}}
\put(205,-50){\includegraphics[width=1.4in]{vprime.png}}
\end{picture}
%\caption{velocity }
\label{fig:flate}
\end{figure}