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