set term tkcanvas 
set out "temp.plot"
set pointsize 2
set xlabel "hardness"
set ylabel "Predicted"
set title "Predictions with model predictor_harry"
plot "result_predictor_harry_293122740.10" using 11:12:13:14 title "" with yerr 
