1 set terminal png
2 set output "plotB.png"
3 set xlabel "x.imag"
4 set ylabel "y.imag"
5 set title "Integration along an imaginary path"
6 set grid
7 plot "funcB.dat" u 2:4 t "rk12" w lp
8