summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-1-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-1-2.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-1-2.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-1-2.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-1-2.tex
new file mode 100644
index 0000000000..491659cdc7
--- /dev/null
+++ b/macros/latex/contrib/tkz/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}