diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-28 00:53:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-28 00:53:21 +0100 |
commit | 8f5e1b1020e60d89866bf962402259ca831a1a90 (patch) | |
tree | 7271401191d6975c4f7505cd1d1733b8cc1f5ce3 /bin | |
parent | d66c3673eeba0ca8bed5f135e96df7c0c97bde8d (diff) | |
download | jenkins.debian.net-8f5e1b1020e60d89866bf962402259ca831a1a90.tar.xz |
reproducible: split stats_bug legend into 7 columns
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_graph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py index a6d9319d..0233594c 100755 --- a/bin/make_graph.py +++ b/bin/make_graph.py @@ -44,7 +44,7 @@ def main(): if int(colors) < 10: r('legend(x="bottom",legend=colnames(t), ncol=2,fill=1:'+columns+',xjust=0.5,yjust=0,bty="n")') else: - r('legend(x="bottom",legend=colnames(t), ncol=6,fill=1:'+columns+',xjust=0.5,yjust=0,bty="n")') + r('legend(x="bottom",legend=colnames(t), ncol=7,fill=1:'+columns+',xjust=0.5,yjust=0,bty="n")') grdevices.dev_off() if __name__ == "__main__": |