summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-28 00:51:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-28 00:51:08 +0100
commitd66c3673eeba0ca8bed5f135e96df7c0c97bde8d (patch)
tree7faad5c46858f5a5b9080fcc7bb248c866cd9fb1 /bin/make_graph.py
parent6c7db75f9d47e4b2f63043080f158d0066a5472e (diff)
downloadjenkins.debian.net-d66c3673eeba0ca8bed5f135e96df7c0c97bde8d.tar.xz
fix tpoy
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 4fc3bbc4..a6d9319d 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", "#666666", "#AAAAAA", ))')
+ "#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)')