1454213c39c34c462d0b23125a47e731cdb69785
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
1 set xlabel "runs"
2 set ylabel "seconds"
3 plot [0:] [0:]         'times-b.log' using 2 title 'ISAM-b(real)' with linespoints,         'times-b.log' using 3 title 'ISAM-b(user)' with linespoints,         'times-b.log' using 4 title 'ISAM-b(sys)' with linespoints
4 set output "times-b.ps"
5 set terminal postscript
6 replot