1 2 3 4 5 6 7 8 9 10 11
\input{preamble-standalone.ltx} \begin{document} % Ex. No. 38 (Section 6.7.2 : Option \tkzname{label=\{\}}) \begin{tikzpicture} \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=2] \tkzAxeXY[label={},text=blue,trig=2] \end{tikzpicture} \end{document}