3
我試圖用代表在LaTeX中以表格的環境中的莖和葉的情節如下:乳膠頂行上的莖和葉積表
\begin{table}[htbp]
\centering
\caption{Stem Plot of sit ups, Key: $1 | 1= 1.1$}
\begin{tabular}{r|[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}[email protected]{\hspace{4 pt}}}
\multirow{2}{*}{} Stem & Leaf \\
\hline
1 & 1 & 1 & 2 & 3 & 3 & 4 & 4 & & \\
1 & 5 & 6 & 6 & 8 & & & & & \\
2 & 0 & 3 & & & & & & & \\
2 & 7 & 8 & & & & & & & \\
3 & & & & & & & & & \\
3 & 5 & 7 & 8 & 8 & & & & & \\
4 & 0 & 0 & 0 & 1 & 2 & 4 & 4 & 4 & \\
4 & 5 & 5 & 6 & 7 & 7 & 7 & 8 & 8 & 9 \\
\end{tabular}
\label{tab:addlabel}
\end{table}
但是當我這樣做,第二列具有太寬,葉值的第二列和第三列之間存在差距。我該如何做到這一點,以便'葉'細胞重疊到下一列或以某種方式消除差距?