summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-3.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-3.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-3.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-3.tex
new file mode 100644
index 0000000000..6e42c271f2
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-3.tex
@@ -0,0 +1,11 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 32 (Section 6.7.3 : Option \tkzname{swap})
+
+\begin{tikzpicture}
+\tkzInit[xmin=-2,xmax=2,ymin=-2,ymax=2]
+\tkzAxeXY[label={},swap]
+\end{tikzpicture}
+
+\end{document}