From 95e2ab1b9ae02cf9a0d3fff29c7fbd6c5018777e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 14:43:50 +0100 Subject: fix typos --- 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 83f71aa8..66554117 100755 --- a/bin/make_graph.py +++ b/bin/make_graph.py @@ -28,7 +28,7 @@ def main(): r('t <- (read.table("'+countsfile+'",sep=",",header=1,row.names=1))') r('cname <- c("date",rep(colnames(t)))') # thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors - if int(colors) < 9: + if int(colors) < 6: r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))') else: r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \ -- cgit v1.2.3-54-g00ecf