summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-10-1.tex
blob: 28f9be281e6e78c1253cdc1e333cf8a847fcd120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 36 (Section  6.10.1 : Modification des axes par défaut)

 \begin{tikzpicture}[scale=1]
  \tkzInit[ymax=2,xmax=4]
  \tkzSetUpAxis[line width=1pt,tickwd=1pt,
                     ticka=3pt, tickb=0pt]
  \tkzAxeXY
\end{tikzpicture}

\end{document}