3 lines
127 B
Gnuplot
3 lines
127 B
Gnuplot
set terminal table; set output "function2_1.w3_ausschnitt.table"; set format "%.5f"
|
|
set samples 200; plot [x=1:2] x**(1./3.)
|