2x2 サブプロット(横に凡例あり)

2x2 サブプロット(横に凡例あり)

画像形式のプロットが 4 つあります。右側に凡例 (別の画像) を表示したいのですが、問題が 2 つあります。

  1. 凡例の画像が、その(右/左)の 2x2 のプロットに垂直に揃っていません。vspace を使用しようとしましたが、これも機能しないようです。
  2. (あまり重要ではない)凡例は左側にあり、それを右に移動するとコードが壊れます
    \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}

関連情報