Gap after table in LaTex

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-04-21T17:29:34Z Indexed on 2010/04/21 17:33 UTC
Read the original article Hit count: 470

Filed under:
|

Hi, I notice that there is some gap after my table. See the following snapshot:

http://i42.tinypic.com/23rkdn6.jpg

My Latex code is:

\begin{table}[htb]  
\caption{Error rates VS training size in AdaBoosted stump, SVM and kNN. \label{tab:examplecount8000errerrplot}}  
\begin{center}  
\begin{tabular}{c c}  
\includegraphics[scale=0.4]{../boost.eps}   
&  
\includegraphics[scale=0.4]{../svm.eps}   \\    
\includegraphics[scale=0.4]{../knn.eps}   
& \\    
\end{tabular}  
\end{center}  
\end{table}     
%  
\subsection{Feature Numbers}

Is the gap normal or How can I reduce the gap to be normal?

Thanks and regards!

© Stack Overflow or respective owner

Related posts about latex

Related posts about table