diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-28 00:51:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-28 00:51:08 +0100 |
commit | d66c3673eeba0ca8bed5f135e96df7c0c97bde8d (patch) | |
tree | 7faad5c46858f5a5b9080fcc7bb248c866cd9fb1 /bin | |
parent | 6c7db75f9d47e4b2f63043080f158d0066a5472e (diff) | |
download | jenkins.debian.net-d66c3673eeba0ca8bed5f135e96df7c0c97bde8d.tar.xz |
fix tpoy
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_graph.py | 2 |
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)') |