diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-04 11:35:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-04 11:35:16 +0100 |
commit | f9648a1b738d80c6606bbb69349621f4430fb34c (patch) | |
tree | af3ba5fa5e1c39df38d51b4f31964660243f112d /bin | |
parent | 564897c0af048c302a15a4bfab4092b520ba4f5f (diff) | |
download | jenkins.debian.net-f9648a1b738d80c6606bbb69349621f4430fb34c.tar.xz |
reproducible: split legend into more lines
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 70e02adc..ea183fbc 100755 --- a/bin/make_graph.py +++ b/bin/make_graph.py @@ -42,7 +42,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=10,fill=1:'+columns+',xjust=0.5,yjust=0,bty="n")') + r('legend(x="bottom",legend=colnames(t), ncol=5,fill=1:'+columns+',xjust=0.5,yjust=0,bty="n")') grdevices.dev_off() if __name__ == "__main__": |