summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-04 11:35:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-04 11:35:16 +0100
commitf9648a1b738d80c6606bbb69349621f4430fb34c (patch)
treeaf3ba5fa5e1c39df38d51b4f31964660243f112d /bin/make_graph.py
parent564897c0af048c302a15a4bfab4092b520ba4f5f (diff)
downloadjenkins.debian.net-f9648a1b738d80c6606bbb69349621f4430fb34c.tar.xz
reproducible: split legend into more lines
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py2
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__":