set term png enhanced transparent font "Helvetica" 15 set encoding utf8 set auto set border 15 lw 0.5 set grid ################################################################### # Sigma Total ################################################################### set xlabel 'plab (GeV)' set ylabel 'milli b' set output 'plotSigTot.png' plot 'SigTot.txt' using 2:4 w l ls 2 lw 3 lc rgb "blue" title "\sigma(\pi^- p)", \ 'SigTot.txt' using 2:5 w l ls 2 lw 3 lc rgb "red" title "\sigma(\pi^+ p)"