\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 43 (Section  6.10.1 : Changing the default axes)

\begin{tikzpicture}[scale=1]
 \tkzInit[ymax=2,xmax=4]
 \tkzSetUpAxis[line width=1pt,tickwd=1pt,ticka=3pt, tickb=0pt]
 \tkzAxeXY
\end{tikzpicture}

\end{document}