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

% Ex. No. 39 (Section 10.2 : Ligne verticale )

\begin{tikzpicture}[scale=2]
   \tkzInit[xmax=3,ymax=2]
   \tkzAxeXY
   \tkzVLine[color      = blue,
             style      = dashed,
             line width = 1pt]{2}
      \tkzVLine[color      = red,
             style      = dashed,
             line width = 1pt]{1./3}
\end{tikzpicture}

\end{document}