backslashbox is too wide
- by Tim
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!