summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/gnuplot/pgfplots_exp.gnuplot
blob: a99cd2f2f1d4f878196573fb5d25e03f79434372 (plain)
1
2
set table "gnuplot/pgfplots_exp.table"; set format "%.5f"
set format "%.7e";; set samples 25; set dummy x,y; set logscale y 2.71828182845905; plot [x=0:10] exp(x);