summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-luatex/en/plots/pgf-asymptotic-example.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/doc/version-for-luatex/en/plots/pgf-asymptotic-example.gnuplot')
-rw-r--r--graphics/pgf/base/doc/version-for-luatex/en/plots/pgf-asymptotic-example.gnuplot2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/pgf/base/doc/version-for-luatex/en/plots/pgf-asymptotic-example.gnuplot b/graphics/pgf/base/doc/version-for-luatex/en/plots/pgf-asymptotic-example.gnuplot
deleted file mode 100644
index c99b87dbc8..0000000000
--- a/graphics/pgf/base/doc/version-for-luatex/en/plots/pgf-asymptotic-example.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-asymptotic-example.table"; set format "%.5f"
-set samples 200.0; set parametric; plot [t=0.4:1.5] [] [] (t*t*t)*sin(1/(t*t*t)),(t*t*t)*cos(1/(t*t*t))