0% found this document useful (0 votes)
13 views1 page

Subfigure Graphs Arrangement Demo

Uploaded by

shrihari7456
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Subfigure Graphs Arrangement Demo

Uploaded by

shrihari7456
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

\documentclass[10pt,a4paper]{article}

\usepackage{caption}
\usepackage{subcaption}
\usepackage{graphicx}

\begin{document}

\section*{Subfigure Demo}

\begin{figure}[h]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{[Link]}
\caption{$y=x$}
\label{fig:y equals x}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{[Link]}
\caption{$y=3\sin x$}
\label{fig:three sin x}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{[Link]}
\caption{$y=5/x$}
\label{fig:five over x}
\end{subfigure}
\caption{Three simple graphs arranged side-by-side}
\label{fig:three graphs}
\end{figure}

\end{document}

You might also like