3 lines
116 B
Gnuplot
3 lines
116 B
Gnuplot
set terminal table; set output "function2.w3.table"; set format "%.5f"
|
|
set samples 200; plot [x=0:3.5] x**(1./3.)
|