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