summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-12-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-12-1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-12-1.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-12-1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-12-1.tex
new file mode 100644
index 00000000000..a9a9e5ca5db
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-12-1.tex
@@ -0,0 +1,8 @@
+\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}