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

% Ex. No. 18 (Section  6.1.5 : Trigonometric axis with the option \tkzname{trig=1}}\hypertarget{newm}{)

\begin{tikzpicture}
  \tkzInit[xmin=0,xmax=4,ymin=-1,ymax=1]
  \tkzDrawX[trig=1]
\end{tikzpicture}

\end{document}