From 51d33877b9c51cd1dbe0976b2825428209e6e4df Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 7 Oct 2015 04:16:19 +0200 Subject: reproducible: shrink to fix graphs a bit further --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 5e191563..b46a2ed4 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -601,7 +601,7 @@ create_png_from_table() { local WIDTH=1920 local HEIGHT=960 if [ $1 -eq 8 ] ; then - HEIGHT=480 + HEIGHT=440 fi # only generate graph if the query returned data if [ $(cat ${TABLE[$1]}.csv | wc -l) -gt 1 ] ; then -- cgit v1.2.3-70-g09d2