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

% Ex. No. 1 (Section  5.1.1 : Modification de la taille du dessin avec \tkzcname{tkzInit})

\begin{tikzpicture}
   \tkzInit[xmax=8,ymax=6]
   \tkzGrid
   \tkzAxeXY
   \draw[blue](-1,0)--(6,7);
\end{tikzpicture}

\end{document}