summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_4.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_4.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_4.tex b/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_4.tex
new file mode 100644
index 00000000000..664ddc7df31
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/bugtracker/minimal_4.tex
@@ -0,0 +1,23 @@
+
+\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}
+