summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz')
-rw-r--r--Master/texmf-dist/doc/latex/tikzscale/testgraphic2D.tikz7
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