summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index db098b22..c86e64a8 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -42,7 +42,8 @@ def main():
"#729fcf", "#204a87", "#ef2929", "#a40000", \
"#888a85", "#2e3436", "#75507b", "#cc0000", \
"#ce5c00", "#73d216", "#edd400", "#f57900", \
- "#c17d11", "#3465a4", "#666666", "#AAAAAA" ))')
+ "#c17d11", "#3465a4", "#666666", "#aaaaaa", \
+ "#aa00aa", "#ff55ff" ))')
elif int(colors) == 40:
r('palette(c("#4e9a06", "#000000"))')
elif int(colors) == 41: