No X11 output for gnuplot
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
index 7be3aba..0fb70ce 100755 (executable)
@@ -1,12 +1,5 @@
+set output "times-b.ps"
+set terminal postscript
 set xlabel "runs"
 set ylabel "seconds"
-plot [0:] [0:] 'times-c.log' using 3 title 'ISAMC(user)' with linespoints, 'times-b.log' using 3 title 'ISAMB(user)' with linespoints, 'times-c.log' using 2 title 'ISAMC(total)' with linespoints,'times-b.log' using 2 title 'ISAMB(total)' with linespoints
-set output "times.ps"
-set terminal postscript
-replot
-set output
-set terminal x11
-pause -1 "Hit return to continue"
-
-
-
+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