From fe21dcd0fa4f07ebfd344dd922e3f1aa7512ab22 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Jun 2002 12:38:47 +0000 Subject: [PATCH] No X11 output for gnuplot --- test/dmoz/plot.dem | 5 ++--- test/dmoz/update.sh | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index 1454213..0fb70ce 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,6 +1,5 @@ +set output "times-b.ps" +set terminal postscript set xlabel "runs" set ylabel "seconds" 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 -set output "times-b.ps" -set terminal postscript -replot diff --git a/test/dmoz/update.sh b/test/dmoz/update.sh index c1c113e..4ad8e14 100755 --- a/test/dmoz/update.sh +++ b/test/dmoz/update.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.sh,v 1.4 2002-06-19 11:37:11 adam Exp $ +# $Id: update.sh,v 1.5 2002-06-19 12:38:47 adam Exp $ t=$1 test -n "$t" || exit 1 rm -f *.mf *.LCK *.tmp @@ -19,15 +19,14 @@ while test -f dmoz.$i.xml; do done cat >plot.dem <