0fb70cef78236324008a6a38854422515183970f
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
1 set output "times-b.ps"
2 set terminal postscript
3 set xlabel "runs"
4 set ylabel "seconds"
5 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