summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-15-1-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-15-1-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-15-1-2.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-15-1-2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-15-1-2.tex
new file mode 100644
index 00000000000..491659cdc77
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-15-1-2.tex
@@ -0,0 +1,8 @@
+\begin{tikzpicture}
+ \tkzInit[xmin=-3,xmax=3,ymin=-2,ymax=1.5]
+ \foreach\v in {-1,1}
+ {\tkzHLine[color=red]{\v*pi/2}}
+ \tkzDrawY
+ \tkzAxeX[trig=2]
+ \tkzLabelY
+\end{tikzpicture}