summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-12-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-12-1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-12-1.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-12-1.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-12-1.tex
new file mode 100644
index 0000000000..0e93a17423
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-12-1.tex
@@ -0,0 +1,15 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 72 (Section 8.12.1 : Création d'un nuage avec \tkzcname{tkzDefSetOfPoints})
+
+\begin{tikzpicture}
+ \tkzInit[ymax=4,xmax=5]
+ \tkzAxeXY
+ \tkzDefSetOfPoints[prefix=P]%
+ {1/2,4/3,2/2.5}
+ \tkzDrawPoints(P1,P2,P3)
+ \tkzLabelPoints(P1,P2,P3)
+\end{tikzpicture}
+
+\end{document}