Graphics, Figures & TablesPlace two independent Figures Side by Side

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

Place two independent Figures Side by Side

Post by prince8889 »

I have places two figures side by side and I want to insert a separate caption for both the figures. Please help me with this. This is the code so far done

Code: Select all

\begin{figure}[b!]
\begin{center}$
\begin{array}{cc}
\includegraphics[width=3in]{l4} &
\includegraphics[width=3in]{l4p}
\end{array}$
\end{center}
\end{figure}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Place two independent Figures Side by Side

Post by localghost »

I suggest to do a thorough Forum Search. It's not the first time that this issue arises. Hence there are solutions available in the forum archives. See also similar topics at the bottom of the page (only when logged in).

A simple approach would be to use two minipage environments to separate the figures.


Thorsten
Post Reply