script.gnuplot (88B)
1 set term png 2 set output "plot.png" 3 set nokey 4 plot "data" using 1:2, x**(5./3), .25*x**2