backslashbox is too wide
        Posted  
        
            by Tim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tim
        
        
        
        Published on 2010-04-21T21:51:51Z
        Indexed on 
            2010/04/21
            22:43 UTC
        
        
        Read the original article
        Hit count: 601
        
Hi
I feel the first column in my longtable is too wide. Please see the figure below

My code is:
\begin{center}  
\begin{longtable}{|c|c|c|c|c|c|}  
\caption{Error rates for SVM and 100 random counts. \label{tab:svmcount100errortable}}\\  
\hline  
\backslashbox{Concepts}{Train sizes} & 10 & 100 & 1000 & 10000 & 100000\\  
\hline  
1 & 0.49 (0.00) & 0.49 (0.00) & 0.47 (0.00) & 0.43 (0.00) & 0.33 (0.00)\\  
\hline  
\end{longtable}  
\end{center}  
I wonder if there is some way to reduce the width of the first column?
Thanks and regards!
© Stack Overflow or respective owner