summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex
new file mode 100644
index 0000000000..4bc5eb21b2
--- /dev/null
+++ b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex
@@ -0,0 +1,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}