From f9648a1b738d80c6606bbb69349621f4430fb34c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Jan 2015 11:35:16 +0100 Subject: reproducible: split legend into more lines --- bin/make_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__": -- cgit v1.2.3-70-g09d2