Blame | Last modification | View Log | Download
set terminal png set output "PI_chart.png" plot "./PI_data.txt" using 1:2 with points
set terminal png
set output "PI_chart.png"
plot "./PI_data.txt" using 1:2 with points