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

% Ex. No. 24 (Section  6.2.9 : Graduations (exceptées à l'origine) avant les tracés  )

\begin{tikzpicture}
   \tkzInit[xmin = -1,xmax = 4,
            ymin = -1,ymax = 1]
   \tkzLabelX[orig=false]
   \tkzLabelY[orig=false]
   \tkzDrawXY
\end{tikzpicture}

\end{document}