I want to plot multiple figures under a same caption but the code doesn't work. This code doesn't appeared in plot:
\begin{figure}[htp]
\centering
\subfloat[a]{%
\includegraphics[width=.44\textwidth]{C:/Thesis/Latex/thesis_1(1)/Figures/h25.jpg}
\label{fig:subb1}
}%
\hfill
\subfloat[b]{%
\includegraphics[width=.44\textwidth]{C:/Thesis/Latex/thesis_1(1)/Figures/h28.jpg}
\label{fig:subb2}
}\\
\subfloat[c]{%
\includegraphics[width=.44\textwidth]{C:/Thesis/Latex/thesis_1(1)/Figures/h29.jpg}
\label{fig:subb3}
}%
\hfill
\subfloat[d]{%
\includegraphics[width=.44\textwidth]{C:/Thesis/Latex/thesis_1(1)/Figures/h31.jpg}
\label{fig:sub4}
}\\
\label{fig:esp1}
\subfloat[e]{%
\includegraphics[width=.44\textwidth]{C:/Thesis/Latex/thesis_1(1)/Figures/h32.jpg}
\label{fig:subb5}
}
\rule{35em}{0.3pt}
\caption{Temporal outlier detection reults with respect to the MF in $2007-09-30$}
\label{fig:tod3}
\end{figure}

[demo]from\usepackage[demo]{graphicx}? Please give some more details on your problem. – Harish Kumar Jan 16 at 3:34.texfile? – Harish Kumar Jan 16 at 3:45\graphicspath{{C:/Thesis/Latex/thesis_1(1)/Figures/}{c:/other/dir/}{..}}in the preamble to set a list of image directories. Then you only need to use the file (base)name of the image. You can even drop the.jpgextension (as long there are no other image types with the same basename). Also, maybe the(1)in the path causes an issue? – Martin Scharrer♦ Jan 16 at 8:04