Each sub-figure is typically assigned a letter like (a),(b),(c) each indicating a figure inside a sub figure.
Is there anyway to place these letters on the side of the figure instead of on the top or bottom ?
Code: Select all
\begin{figure}[h!]
%\begin{tabular}{c}
\begin{subfigure}[b]{.5\textwidth}
% \centering
\includegraphics[width=\textwidth]{image3}
\caption{}
\label{fig:taylor}
\end{subfigure}%
\\
\begin{subfigure}[b]{.5\textwidth}
% \centering
\includegraphics[width=\textwidth]{image4}
\caption{}
\label{fig:upper}
\end{subfigure}
\\
\begin{subfigure}[b]{.5\textwidth}
% \centering
\includegraphics[width=\textwidth]{image5}
\caption{A mouse}
\label{fig:mouse}
\end{subfigure}
\caption{End-of-mission energy prediction}