set terminal png set key off set output "PI_chart.png" plot "./PI_data.txt" using 1:2 with points