I have 6 figures and I want to plot them under a same caption with different labels. I have tried two codes for plotting but they are not working.
Codes:
\begin{figure}[htp]
\centering
\includegraphics[width=30mm]{C:/Thesis/Latex/thesis_1(1)/Figures/25_for.jpeg} \\
\subfloat b) \includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/28_for.jpeg} \\
\subfloat c) \includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/29_for.jpeg} \\
\subfloat d) \includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/31_for.jpeg} \\
\subfloat e) \includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/32_for.jpeg} \\
\subfloat f) \includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/ob_for.jpeg} \\
\rule{35em}{0.3pt}
\caption{Patterns of Wireless sensor networks with respect to the MetoSwiss Forecasts for $2007-09-30$}
\label{fig: pattern30}
\end{figure}
and :
\begin{figure}[htp]
\centering
\includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/25_for.jpeg}
\includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/28_for.jpeg}
\\
\includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/29_for.jpeg}
\includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/31_for.jpeg}
\\
\includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/32_for.jpeg}
\includegraphics[width=80mm]{C:/Thesis/Latex/thesis_1(1)/Figures/ob_for.jpeg}
\rule{35em}{0.3pt}
\caption{Patterns of Wireless sensor networks with respect to the MetoSwiss Forecasts for $2007-09-30$}
\label{fig: pattern29}
\end{figure}
