summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/gnuplot/pgfplots_gnuplot_expv.gnuplot
blob: 863dc53c9e11769dc67b691ffee25d496e31f7b6 (plain)
1
2
set terminal table; set output "gnuplot/pgfplots_gnuplot_expv.table"; set format "%.5f"
set format "\%.7e"; set samples 15; plot [x=-5:10] exp(2*x)