set term png enhanced transparent font "Helvetica" 15 set encoding utf8 set auto set border 15 lw 0.5 ################################################################### # Total cross section ################################################################### datatitle = "title.txt" set macro TI = '`head -1 '.datatitle.'`' set out 'plotxsec.png' set title @TI set ylabel 'σ (mb)' set xlabel 's (GeV^2)' p 'output.txt' u 1:5 w l ls 1 lw 2 lc rgb "#b20000" notitle