summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-06-1-1.tex
blob: 8077c1b25930a9a89b34e309340582f2a8d9cd52 (plain)
1
2
3
4
5
6
7
8
9
10
11
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 7 (Section  6.1.1 : Sans tick,ni label)

\begin{tikzpicture}
 \tkzInit[xmax=5]
 \tkzDrawX[label={},noticks]
\end{tikzpicture}

\end{document}