blob: 817fe2f73d130fa4518a0ff75df3964443421a7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 40 (Section 6.8.1 : Common colour and empty labels)
\begin{tikzpicture}
\tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=1]
\tkzDrawXY[label={},color=red]
\end{tikzpicture}
\end{document}
|