Please could someone help me build this variation table
Here is my code :
\documentclass[11pt,a4paper]{article}
\usepackage[left=2.5cm,right=2cm,top=3.8cm,bottom=0.1cm]{geometry}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}[scale = 0.8]
\newcommand*{ \E}{ \ensuremath{ \mathrm{e}}}.
\tkzTabInit{$x$ /1,$f'(x)$ /1,$f(x)$ /2}
{$-\infty$,$-3$,$0$,$1$,$2$,$3$,$+\infty$}
\tkzTabLine{,-,z,+,d, ,-, ,z, , -, ,}
\tkzTabVar{+/$+\infty$, -/$2$, +D+/$+\infty$/$+\infty$, R/, -/$-2$, R/, +/$+\infty$}
\tkzTabIma{3}{5}{4}{$0$}
\tkzTabIma{3}{3}{6}{$0$}
\end{tikzpicture}
\end{document}
I still don't understand how the \tkzTabIma{}{}{}{$0$}
works !!
I tried [scale = 0.8]
to make it small but it turns small and ugly.
Thanks in advance.