summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.function.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.function.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.function.tex24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.function.tex b/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.function.tex
deleted file mode 100644
index d82eafd280d..00000000000
--- a/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.function.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\testfile{pgfplotstest.function.tex}
-\testsection{`plot function' test}
-\testsubsection{sin(x)}
-\begin{tikzpicture}
-\begin{axis}
-\addplot plot[id=gnuplot_sin,samples=50] function{sin(x)};
-\end{axis}
-\end{tikzpicture}
-
-\testsubsection{exp(x)}
-\testsubsubsection{linear}
-\begin{tikzpicture}
-\begin{axis}
-\addplot plot[id=gnuplot_exp,samples=50,domain=-5:15] function{exp(x)};
-\end{axis}
-\end{tikzpicture}
-
-\testsubsubsection{semilogy}
-\begin{tikzpicture}
-\begin{semilogyaxis}
-\addplot plot[id=gnuplot_exp,samples=50,domain=-5:15] function{exp(x)};
-\end{semilogyaxis}
-\end{tikzpicture}
-