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

% Ex. No. 31 (Section  6.7.2 : Option \tkzname{\{label=\{\}\}})

\begin{tikzpicture}
  \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=2]
  \tkzAxeXY[label={},text=blue,trig=2]
\end{tikzpicture}

\end{document}