diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-31 21:47:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-31 21:47:29 +0000 |
commit | c7b0de93190a3c0d8e3ee9d88e79da7d21a27e31 (patch) | |
tree | 9ecfe4a41a71b23f4b8c866054317d87f15c9fbf /Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz | |
parent | 528bd7b580ff2dfe64ef77df5963655a60aa32de (diff) |
new pgf/tikz package tikzscale (31oct12)
git-svn-id: svn://tug.org/texlive/trunk@28143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz b/Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz new file mode 100644 index 00000000000..1808a353fc8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz @@ -0,0 +1,7 @@ +\begin{tikzpicture} + \begin{axis}[% + xmin=-25, xmax=25, + ymin=-2500, ymax=2500] + \addplot graphics [xmin=-25, xmax=25, ymin=-2500, ymax=2500] {example-grid-100x100bp.png}; + \end{axis} +\end{tikzpicture}%
\ No newline at end of file |