I am currently using overleaf online generating side by side plots.
This is my code:
\begin{figure}
\begin{minipage}[b]{0.33\linewidth}
\centering
\includegraphics[width=1.5in]{FC SVM for Ctl-AD.png}
\caption{fig1}
\end{minipage}%
\begin{minipage}[b]{0.33\linewidth}
\centering
\includegraphics[width=1.5in]{FC SVM for Ctl-PD.png}
\caption{fig2}
\end{minipage}%
\begin{minipage}[b]{0.33\linewidth}
\centering
\includegraphics[width=1.5in]{FC SVM for Ctl-ADPD.png}
\caption{fig3}
\end{minipage}
\end{figure}
It proves that everything is perfect except for the three default titles(like: "FC SVM for Ctl-AD.png") on each of the three subplots.
This is the effect of minipage.
Are there any ways to remove the three titles?
