From 8f5e1b1020e60d89866bf962402259ca831a1a90 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 Feb 2015 00:53:21 +0100 Subject: reproducible: split stats_bug legend into 7 columns --- bin/make_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/make_graph.py') 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__": -- cgit v1.2.3-54-g00ecf