summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-11.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-11.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-11.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-11.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-11.tex
new file mode 100644
index 00000000000..20ef6c25ea0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-11.tex
@@ -0,0 +1,10 @@
+\begin{tikzpicture}[scale=.5]
+ \tikzset{xaxe style/.style ={-}}
+ \tkzInit[xmax=15,ymax=15]
+ \tkzClip
+ \tkzGrid[sub,color=orange]
+ \tkzLabelX[label= ] \tkzLabelY[label= ]
+ \tkzDrawXY
+ \node[opacity=.5] at (8,6){%
+ \includegraphics[scale=.5]{tiger}};
+\end{tikzpicture}