summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-3-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-3-1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-3-1.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-3-1.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-3-1.tex
new file mode 100644
index 0000000000..1280ab3e36
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-15-3-1.tex
@@ -0,0 +1,7 @@
+\begin{tikzpicture}[scale=2]
+ \tkzInit[xmax=3,ymax=1]
+ \tkzAxeXY
+ \tkzVLine[color = blue,
+ style = dashed,
+ line width = 2pt]{1/3}
+\end{tikzpicture}