1 set terminal png
2 set output "plotA.png"
3 set xlabel "x.real"
4 set ylabel "y.real"
5 set title "Integration along a real path"
6 set grid
7 plot "funcA.dat" u 1:3 t "rk12" w lp
8