set terminal pngset ylabel "LO Freq [MHz]"set xlabel "Temp [deg C]"set xrange [-20:40]set autoscale yset format y "%.5f"set key offset grid xtics mxtics ytics mytics back ls 12 ls 13show gridf(x)= a*x + qfit f(x) "data.txt" using 1:2 via a,qset output "temp_calib.png"plot "data.txt" using 1:2 with points, f(x)