1 2 3 4 5 6 7 8 9 10 11 12
\input{preamble-standalone.ltx} \begin{document} % Ex. No. 42 (Section 6.9.1 : ) \begin{tikzpicture} \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=1] \tkzDrawXY[label={},color=red] \tkzLabelXY[text=blue] \end{tikzpicture} \end{document}