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

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.)