plot2d 194 B

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