summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
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 c86e64a8..9bd3cad4 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -43,7 +43,7 @@ def main():
"#888a85", "#2e3436", "#75507b", "#cc0000", \
"#ce5c00", "#73d216", "#edd400", "#f57900", \
"#c17d11", "#3465a4", "#666666", "#aaaaaa", \
- "#aa00aa", "#ff55ff" ))')
+ "#aa00aa", "#ff55ff", "#123456", "#7890ab" ))')
elif int(colors) == 40:
r('palette(c("#4e9a06", "#000000"))')
elif int(colors) == 41: