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

% Ex. No. 91 (Section 12.1.2 : Example of use )

\begin{tikzpicture}
  \tikzset{xaxe style/.style={-}}
  \tikzset{yaxe style/.style={-}}
  \tkzInit[xmax=4,ymax=4]
  \tkzGrid
  \tkzDrawX
  \tkzDrawY
  \tkzRep[color=red,ynorm=2]
\end{tikzpicture}

\end{document}