plot3d 214 B

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