summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_8.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_8.tex23
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_8.tex b/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_8.tex
deleted file mode 100644
index 664ddc7df31..00000000000
--- a/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_8.tex
+++ /dev/null
@@ -1,23 +0,0 @@
-
-\documentclass[10pt]{article}
-
-\usepackage{pgfplots}
-\usepgfplotslibrary{groupplots}
-
-\begin{document}
-
-\begin{tikzpicture}%
-%\begin{axis}[%
-\begin{groupplot}[%
- group style={group size=1 by 1},%
-]%
- \nextgroupplot;
- \node[name=a] at (axis cs:0.1,-1) {N};
- \addplot coordinates{(0,1) (1,2)};
-\end{groupplot}
-%\end{axis}
-
-\draw (a) circle (5pt);
-\end{tikzpicture}%
-\end{document}
-