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

set title "Phi(x) per iteration"
set xlabel "Length" 0,0
set ylabel ""
plot 'output1a.txt' using 2:3 title "Phi(x)" with lines
pause -1 "Hit return to continue"
