Now a days I am writing my Masters thesis, it includes some figure. I am facing the issue if I add some figure after subsection it gives a space between subsection and the figure. How can I get rid of this?
Code is below
Code: Select all
\subsection{Graphical Interpretation of Mittag-Leffler Function}
\begin{figure}
\centering
\includegraphics[width=5in, height= 3.5in]{1parmgraph.eps}\\
\caption{\large{Graph of $E_{\alpha}(-t^\alpha)$ for
$0<\alpha\leq1$.}}
\includegraphics[width=5in, height= 3.5in]{1parameter2.eps}\\
\caption{\large{Graph of $E_{\alpha}(-t^\alpha)$ for
$0<\alpha\leq2$.}}
\end{figure}
\begin{figure}[!htbp]
\centering
\includegraphics[width=5in, height= 3.5in]{2parameter.eps}\\
\caption{\large{Graph of $E_{\alpha,\beta}(-t^\alpha)$ for
$0<\alpha\leq\beta\leq1$.}}
\end{figure}