Rev 927 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
set terminal png set key off set output "PI_chart.png" plot "./PI_data.txt" using 1:2 with points
set terminal png
set key off
set output "PI_chart.png"
plot "./PI_data.txt" using 1:2 with points