summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 23:49:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 23:49:39 +0100
commit4881690364b5826a45c7832550cb95b351e41217 (patch)
tree0b6e395ee7537180ca21c728aba5494dd4c1fbc0 /bin/make_graph.py
parentf983baed548164b318dc56ca16bc24d0b82f6c03 (diff)
downloadjenkins.debian.net-4881690364b5826a45c7832550cb95b351e41217.tar.xz
reproducible: track new usertag, umask
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 73bc5ab2..4fc3bbc4 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -37,7 +37,7 @@ def main():
"#729fcf", "#204a87", "#ef2929", "#a40000", \
"#888a85", "#2e3436", "#75507b", "#cc0000", \
"#ce5c00", "#73d216", "#edd400", "#f57900", \
- "#c17d11", "#3465a4"))')
+ "#c17d11", "#3465a4", "#666666", "#AAAAAA", ))')
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)')