![Subtrama 2x2 con leyenda al costado.](https://rvso.com/image/472702/Subtrama%202x2%20con%20leyenda%20al%20costado..png)
Tengo 4 tramas en forma de imágenes. Quiero tener su leyenda (otra imagen) a la derecha. Tengo 2 problemas:
- La imagen de la leyenda no está alineada verticalmente con el 2x2 de los trazados (derecha/izquierda). Intenté usar vspace pero parece que tampoco funciona
- (menos importante) La leyenda está a la izquierda y al moverla hacia la derecha se rompe el código.
\begin{figure}
\begin{tabularx}{\textwidth}{cXX}
\multirow{2}{0.2\textwidth}{
\includegraphics[width=.2\textwidth, height=0.5\textwidth]{example-image-a}}
& \includegraphics[width=.3\textwidth]{example-image-b}\caption{b}
& \includegraphics[width=.3\textwidth]{example-image-b}\caption{b2}\\
& \includegraphics[width=.3\textwidth]{example-image-c}\caption{c}
& \includegraphics[width=.3\textwidth]{example-image-c}\caption{c2}
\end{tabularx}
\end{figure}