summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-03-3-0.tex
blob: 77080faf3b0bbed958cca07109f32709d0b24d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 2 (Section  3.3 :  Test de l'installation de tkz-base)

	\begin{tikzpicture}
	    \tkzInit[xmin=-3,xmax=3,ymax=2]
	    \tkzGrid
	    \tkzAxeXY
	 \end{tikzpicture}

\end{document}