答案1
这手动的建议使用该nocadre
选项:
\documentclass[border=10pt]{standalone}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tikzset{h style/.style = {fill=red!50}}
\tkzTabInit[lgt=1,espcl=2,nocadre]{$x$ /1, $f(x)$ /2}{$-4$,$1$,$4$,$5$}%
\tkzTabVar{-/ $\stackrel{min}{-3}$ / , +/ $\stackrel{max}{4}$ / , -/ $1$, -/ $1$ / }
\end{tikzpicture}
\end{document}