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

% Ex. No. 40 (Section 10.3 : Lignes verticales)

\begin{tikzpicture}
 \tkzInit[xmax=5,ymax=5]
 \tkzAxeXY
 \tkzVLines[color = green]{1,2,...,4}
\end{tikzpicture}

\end{document}