summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.11.tex
blob: 2c4a516f233e0a75577284d98e690ad733150e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 54 (Section  7.0.11 : Use of a repetition grid)

\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}

\end{document}