1 2 3 4 5 6 7 8 9 10 11 12
\input{preamble-standalone.ltx} \begin{document} % Ex. No. 97 (Section 13.4.1 : Vertical lines) \begin{tikzpicture} \tkzInit[xmax=5,ymax=2] \tkzAxeXY \tkzVLines[color = green]{1,2,...,4} \end{tikzpicture} \end{document}