f(x) = x**0.41 set terminal png size 600,600 set output 'exp_scaling.png' set grid set xrange [0:1] set yrange [0:1] plot f(x) lw 3 notitle