- #1
Dustinsfl
- 2,281
- 5
I want to have these 6 figures set up next to each other in sets of 3.
So fig 1 fig 2 fig 3 then below them fig 4 fig 5 fig 6
How can I do this?
So fig 1 fig 2 fig 3 then below them fig 4 fig 5 fig 6
How can I do this?
Code:
\begin{figure}[H]
\includegraphics[height = 2in]{hw5problem3phase0}
\caption{$F = c = k_1 = 0$}
\includegraphics[height = 2in]{hw5problem3phasec94}
\caption{$F = k_1 = 0$ and $c = 9.4$}
\includegraphics[height = 2in]{hw5problem3phasecF94}
\caption{$k_1 = 0$ and $F = c = 9.4$}
\includegraphics[height = 2in]{hw5problem3phaseF0}
\caption{$F = 0$, $c = 9.4$, and $k_1 = 12.25$}
\includegraphics[height = 2in]{hw5problem3phasec0}
\caption{$c = 0$, $F = 10.75$, and $k_1 = 12.25$}
\includegraphics[height = 2in]{hw5problem3phasenonzero}
\caption{$c = 7.2$, $F = 7.8$, and $k_1 = 12.8$}
\end{figure}