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