summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 14:42:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 14:42:54 +0100
commit034e33caf06f933b8a5a580407a3934f2dfbfa6f (patch)
tree5893785b712fc551769555f9ecffdcd6a55b68ae /bin/make_graph.py
parentb987a580c2078cf1406106ecd6241cb6bdcd977a (diff)
downloadjenkins.debian.net-034e33caf06f933b8a5a580407a3934f2dfbfa6f.tar.xz
reproducible: track new usertags 'signatures' and 'environment'
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index c1a080f8..73bc5ab2 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright 2009-2014 Holger Levsen (holger@layer-acht.org)
+# Copyright 2009-2015 Holger Levsen (holger@layer-acht.org)
#
# based on similar code taken from piuparts-reports.py written by me
@@ -36,7 +36,8 @@ def main():
"#e9b96e", "#8f5902", "#8ae234", "#4e9a06", \
"#729fcf", "#204a87", "#ef2929", "#a40000", \
"#888a85", "#2e3436", "#75507b", "#cc0000", \
- "#ce5c00", "#73d216"))')
+ "#ce5c00", "#73d216", "#edd400", "#f57900", \
+ "#c17d11", "#3465a4"))')
r('v <- t[0:nrow(t),0:'+colors+']')
# make graph since day 1
r('barplot(t(v),col = 1:'+columns+', main="'+mainlabel+'", xlab="", ylab="'+ylabel+'", space=0, border=NA)')