# gnuplot file to procude 2d graphs from dump file 'dump' # usage : run gnuplot, type "load 'plot2d'" set autoscale set xrange [0:1] set yrange [0:1] plot "dump" using 1:2 title "" with points