summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.expr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.expr.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.expr.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.expr.tex b/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.expr.tex
deleted file mode 100644
index 5cfc1992905..00000000000
--- a/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.expr.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\testfile{pgfplotstest.expr.tex}
-\testsection{`plot expression' test}
-\testsubsection{sin(x)}
-\begin{tikzpicture}
-\begin{axis}
-\addplot (\x,{sin(\x r)});
-\end{axis}
-\end{tikzpicture}
-
-\testsubsection{$x^2$}
-\begin{tikzpicture}
-\begin{axis}
-\addplot plot[domain=0:10] (\x,\x^2);
-\end{axis}
-\end{tikzpicture}