summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/gnuplot/pgfplots_pow2.gnuplot
blob: fd5e0ab7b3c52858c9c2b8356fb8ce3ccce4a979 (plain)
1
2
set table "gnuplot/pgfplots_pow2.table"; set format "%.5f"
set format "%.7e";; set samples 8; set logscale y 2.71828182845905; plot [x=0:10] 2**(-1.5*x -3);