set title graph_title set xlabel "Epochs" set ylabel metric_name set key title "Legend" set grid set datafile separator "\t" set terminal png linewidth 3 size 1366,768 plot data_filename using 1:2 with lines title "Training", data_filename using 1:3 with lines title "Validation"