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

% Ex. No. 31 (Section  6.2.9 : Graduations (except originally) prior to tracings  )

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

\end{document}