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

% Ex. No. 39 (Section  7.0.3 : Presque par défaut)

\begin{tikzpicture}
  \tkzInit[xmax=5,ymax=2]
  \tkzGrid[color=orange]
  \tkzAxeXY
\end{tikzpicture}

\end{document}