diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.styledplot.gnuplot')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.styledplot.gnuplot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.styledplot.gnuplot b/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.styledplot.gnuplot new file mode 100644 index 00000000000..4111f8a51c0 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pgfplots/test/pgfplotstest/pgfplotstest.styledplot.gnuplot @@ -0,0 +1,2 @@ +set terminal table; set output "pgfplotstest.styledplot.table"; set format "%.5f" +set format "\%.7e"; set samples 25; plot [x=-5:5] (40*x**2 - 5*x +3)/2000 |