summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-21 19:50:34 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-21 19:50:34 +0100
commit5b9eb9f77d01a935c2a0f32eb36f48f74103037e (patch)
treebadeeb3d25d6131eef6d4348c48206e084e0d426 /bin/make_graph.py
parent3f17d35c506bd7784f475708765493c1148609c0 (diff)
downloadjenkins.debian.net-5b9eb9f77d01a935c2a0f32eb36f48f74103037e.tar.xz
reproducible: swap colors in bug graph
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index ad0e34cc..99866fc5 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -31,10 +31,10 @@ def main():
if int(colors) < 10:
r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
else:
- r('palette(c("#fce94f", "#c4a000", "#fcaf3e", "#ce5c00", \
+ r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \
+ "#fcaf3e", "#ce5c00", "#ad7fa8", "#5c3566", \
"#e9b96e", "#8f5902", "#8ae234", "#4e9a06", \
- "#729fcf", "#204a87", "#ad7fa8", "#5c3566", \
- "#ef2929", "#a40000", "#eeeeec", "#babdb6", \
+ "#729fcf", "#204a87", "#ef2929", "#a40000", \
"#888a85", "#2e3436"))')
r('v <- t[0:nrow(t),0:'+colors+']')
# make graph since day 1