I'm trying to arrange 8 figures into 2 subfigures, each of size 2*2.
Namely, I would like to arrange two groups of figures with only 2 captions,
each group has 4 figures. But, to arrange 4 figures in a row will be out of the range. And I've got to arrange 4 figures in the form of 2*2.
So the question could be, how to "change lines" in a subfigure??
Adding "\\" at the end of the 2nd figure doesn't help at all.
My current code for one group of images is like:
Code: Select all
\subfigure[caption 1]{
\mbox{\includegraphics[scale=0.8]{./figures/subfigure1}}
\mbox{\includegraphics[scale=0.8]{./figures/subfigure2}}
\mbox{\includegraphics[scale=0.8]{./figures/subfigure3}}
\mbox{\includegraphics[scale=0.8]{./figures/subfigure4}}
}
Cheers
JIA