From 27b39cecbd4be8870fc93d3be2b10751db804483 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 14:37:11 +0100 Subject: reproducible: aggregate suites for builds_per_day stats --- 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 0233594c..83f71aa8 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) < 10: + if int(colors) < 9: r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))') else: r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \ -- cgit v1.2.3-54-g00ecf