I'm trying to achieve an effect like
_____ ___ ___
| | |___| |___|
| | ___
|_____| |___|
but I can't get it to allgn correctly to the top. I tried with two minipages, the second table into a minipage, but to no avail
Here is my code
\begin{figure}
\centering
\begin{tabular}{cc}
\begin{subfigure}[t]{0.5\textwidth}
\centering
\includegraphics[width=\linewidth]{figures/LDAoT_synth/A/chains.png}
\end{subfigure} &
\begin{tabular}{cc}
\begin{subfigure}[t]{0.25\textwidth}
\centering
\includegraphics[width=\linewidth]{figures/LDAoT_synth/A/errors.png}
\end{subfigure} &
\begin{subfigure}[t]{0.25\textwidth}
\centering
\includegraphics[width=\linewidth]{figures/LDAoT_synth/A/cosine_errors.png}
\end{subfigure} \\
\begin{subfigure}[t]{0.25\textwidth}
\centering
\includegraphics[width=\linewidth]{figures/LDAoT_synth/A/hellinger_errors.png}
\end{subfigure} &
\end{tabular}
\end{tabular}
\end{figure}
Here is what I get
How can I fix it?
Addendum:
How could I get this?
_____ ___ ___
| | |___| |___|
| | ___ ___
|_____| |___| |___|
____ ____ ____
|____| |____| |____|




figureand use thesubcaptionpackage. – Rmano Apr 02 '16 at 16:49[t]or[b]is necessary for getting the desired alignment. About the size, you can decrease the width of each figure. – egreg Apr 02 '16 at 21:04subfigureinstead ofsubcaptions? – user7867665 Jun 25 '19 at 13:10subfigurehas been obsolete for 15 years; its replacement issubfig. Please ask a new question referring to this one. – egreg Jun 25 '19 at 13:19subfig– user7867665 Jun 25 '19 at 14:54subcaptionversion how do you add a caption without it saying "table" – user7867665 Jun 25 '19 at 18:10