summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-03 14:43:50 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 14:43:50 +0100
commit95e2ab1b9ae02cf9a0d3fff29c7fbd6c5018777e (patch)
treeec83c2791b1acf4aad042b0825b6fe20f327ec3e /bin/make_graph.py
parent27b39cecbd4be8870fc93d3be2b10751db804483 (diff)
downloadjenkins.debian.net-95e2ab1b9ae02cf9a0d3fff29c7fbd6c5018777e.tar.xz
fix typos
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py2
1 files changed, 1 insertions, 1 deletions
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", \