Files
mathematikfhtw/tikzgrafiken/function.exp.gnuplot
2020-10-24 13:47:37 +02:00

3 lines
114 B
Gnuplot

set terminal table; set output "function.exp.table"; set format "%.5f"
set samples 25; plot [x=0:4] 0.05*exp(x)