blob: 1c08d022ed85f7a93a2cb52650ef330859fae709 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 14 (Section 6.1.1 : No tick, no label)
\begin{tikzpicture}
\tkzInit[xmax=5]
\tkzDrawX[label={},noticks]
\end{tikzpicture}
\end{document}
|