我有以下 MWE 来生成茎叶图。我已包含输出的 pdf。我希望单词 Stem 出现在图上的茎上方;单词 leaf 出现在叶子上方。目前文本“Stem”太靠右了。
\documentclass[12pt,a4paper,english]{article}
\begin{document}
\begin{table}[htbp]
\centering
\caption{Key: $1 | 1= 1.1$}
\begin{tabular}{r|l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}l@{\hspace{4 pt}}}
\multicolumn{9}{l}{} 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}
\end{table}
\end{document}
答案1
使用:
Stem & \multicolumn{8}{l}{ Leaf}
代替:
\multicolumn{9}{l}{} Stem & Leaf