From ec4bd91021f982fcc2e23b906918c6e77e642b84 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 24 Jun 2009 18:30:48 +0200 Subject: [PATCH] commtechs bench: start y at 1 --- communication_techniques/parsing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/communication_techniques/parsing.sh b/communication_techniques/parsing.sh index 5cee3d2..82a7066 100755 --- a/communication_techniques/parsing.sh +++ b/communication_techniques/parsing.sh @@ -14,6 +14,7 @@ echo "set style histogram cluster gap 1" >> multicores.gnuplot echo "set style fill solid border -1" >> multicores.gnuplot echo "set boxwidth 0.9" >> multicores.gnuplot echo "set xtic rotate by -45" >> multicores.gnuplot +echo "set yrange [1:*]" >> multicores.gnuplot echo "set bmargin 5" >> multicores.gnuplot echo "set terminal postscript landscape color" >> multicores.gnuplot