summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/make_graph.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index ad0e34cc..99866fc5 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -31,10 +31,10 @@ def main():
if int(colors) < 10:
r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
else:
- r('palette(c("#fce94f", "#c4a000", "#fcaf3e", "#ce5c00", \
+ r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \
+ "#fcaf3e", "#ce5c00", "#ad7fa8", "#5c3566", \
"#e9b96e", "#8f5902", "#8ae234", "#4e9a06", \
- "#729fcf", "#204a87", "#ad7fa8", "#5c3566", \
- "#ef2929", "#a40000", "#eeeeec", "#babdb6", \
+ "#729fcf", "#204a87", "#ef2929", "#a40000", \
"#888a85", "#2e3436"))')
r('v <- t[0:nrow(t),0:'+colors+']')
# make graph since day 1