summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-6-2-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzbase-6-2-1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzbase-6-2-1.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-6-2-1.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-6-2-1.tex
new file mode 100644
index 0000000000..be997b8ec2
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-6-2-1.tex
@@ -0,0 +1,11 @@
+\begin{tikzpicture}
+ \tkzInit[xmin=20,
+ xmax=50,
+ xstep=10,
+ ymin=5000,
+ ymax=5150,
+ ystep=50]
+ \tkzAxeXY
+ \tkzDefPoint(30,5100){A}
+ \tkzDrawPoint(A)
+\end{tikzpicture}