I'm trying to insert multiple figures under 1 caption. I use subfloat and don't know how to fit all my figures in 1 page of document. Can someone help me? Thank you in advance!
\begin{figure}
\centering
\begin{tabular}{cccc}
\subfloat{\includegraphics[width=.8\linewidth]{fig1}} &
\subfloat{\includegraphics[width=.8\linewidth]{fig2}} & \\
\subfloat{\includegraphics[width=.8\linewidth]{fig3}} &
\subfloat{\includegraphics[width=.8\linewidth]{fig4}}\\
\subfloat{\includegraphics[width=.8\linewidth]{fig5}}\\
\end{tabular}
\caption{correlation}
\end{figure}

width=0.45\textwidth,... – Bobyandbob Nov 21 '17 at 19:33\subfloatto begin with? It's only useful if each image has a subcaption. – egreg Nov 21 '17 at 21:15