diff options
Diffstat (limited to 'graphics/pgf/base/doc/version-for-tex4ht/en/plots/pgf-exp.gnuplot')
-rw-r--r-- | graphics/pgf/base/doc/version-for-tex4ht/en/plots/pgf-exp.gnuplot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pgf/base/doc/version-for-tex4ht/en/plots/pgf-exp.gnuplot b/graphics/pgf/base/doc/version-for-tex4ht/en/plots/pgf-exp.gnuplot new file mode 100644 index 0000000000..1d34e313af --- /dev/null +++ b/graphics/pgf/base/doc/version-for-tex4ht/en/plots/pgf-exp.gnuplot @@ -0,0 +1,2 @@ +set terminal table; set output "plots/pgf-exp.table"; set format "%.5f" +set samples 25; plot [x=0:4] 0.05*exp(x) |