diff options
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |