summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot b/Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
index 8e3f24b9172..cff802be0a9 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
@@ -1,5 +1,4 @@
-set terminal table
-set output "pgfmanual-sine.table"
+set table "pgfmanual-sine.table"
set format "%.5f"
set samples 20
plot [x=0:10] sin(x)