3 lines
110 B
Gnuplot
3 lines
110 B
Gnuplot
set terminal table; set output "function2.sin.table"; set format "%.5f"
|
|
set samples 25; plot [x=0:4] sin(x)
|