diff options
-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__": |