Any advice?
Code: Select all
\begin{figure*}
%\begin{minipage}[position][height][inner-pos]{width}
\begin{minipage}[t]{0.3\linewidth} % A minipage that covers half the page
\centering
\includegraphics[width=6cm]{CFs}
\caption{MSE values for CF methods separately and combined}
\label{fig:cfs}
\end{minipage}
\hspace{0.5cm} % To get a little bit of space between the figures
\begin{minipage}[t]{0.3\linewidth}
\centering
\includegraphics[width=6cm]{cf_alpha}
\caption{MSE scores for combined CF methods across various alpha values}
\label{fig:cf_alpha}
\end{minipage}
\hspace{0.5cm} % To get a little bit of space between the figures
\begin{minipage}[t]{0.3\linewidth}
\centering
\includegraphics[width=6cm]{combs_alpha}
\caption{MSE values for RM and CF combined System across $\alpha$ values}
\label{fig:comb_alpha1}
\end{minipage}
\end{figure*}
\begin{figure*}
\begin{minipage}[t]{0.5\linewidth} % A minipage that covers half the page
\centering
\includegraphics[width=8.5cm]{components}
\caption{MSE for CF, content-based and baseline systems}
\label{fig:comps}
\end{minipage}
\hspace{0.5cm} % To get a little bit of space between the figures
\begin{minipage}[t]{0.5\linewidth}
\centering
\includegraphics[width=8.5cm]{combs}
\caption{MSE for combined systems \textcolor{white}{blah blah blah blah blah}}
\label{fig:comb_mse}
\end{minipage}
\end{figure*}