commtechs bench: start y at 1

This commit is contained in:
Thomas Preud'homme 2009-06-24 18:30:48 +02:00 committed by Thomas Preud'homme
parent 74a0065616
commit ec4bd91021
1 changed files with 1 additions and 0 deletions

View File

@ -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