blob: 73e081bc161ee51c0d08518bb53b97dd472d26f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 16 (Section 6.1.3 : Label and Axis Colour)
\begin{tikzpicture}
\tkzInit[xmax=5]
\tkzDrawX[text=blue,color=red,right=12pt]
\end{tikzpicture}
\end{document}
|