summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-16 13:07:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-16 13:07:51 +0200
commit5d3ffc4746ede4d0207cf4b8c810ceb012f5e681 (patch)
tree64e7ca36943d8cb14d72bc7f225e91e66f6ecbfd /bin/make_graph.py
parentd9ed5a71857c34b13dfd092d885f16a8e8ef38aa (diff)
downloadjenkins.debian.net-5d3ffc4746ede4d0207cf4b8c810ceb012f5e681.tar.xz
reproducible: make graph nicer for red-colorblind people
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 2401ef36..71ebd306 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -29,7 +29,7 @@ def main():
r('cname <- c("date",rep(colnames(t)))')
# thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors
if int(colors) < 6:
- r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
+ r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
elif int(colors) == 12:
r('palette(c("#4e9a06", "#73d216", "#8ae234", \
"#ce5c00", "#f57900", "#fcaf3e", \