#set terminal X11
set terminal windows "Arial" 16
set autoscale
set grid

set title "Delta-Phi(kappa)"
set xlabel "kappa" 0,0
set ylabel ""
plot 'output2.txt' using 2:3 title "Delta-Phi(kappa)" with lines
pause -1 "Hit return to continue"
