aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-16 13:12:45 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-16 13:12:45 +0200
commit9bf104caff2617316f1576ab6380bb31bc4a53e6 (patch)
tree6ddbea2ede38c93b1e8aca3b4c2e000b20273c61
parent4c37750a8295bc91e4caa4cf5485e8da326c4bef (diff)
downloadallocbench-9bf104caff2617316f1576ab6380bb31bc4a53e6.tar.gz
allocbench-9bf104caff2617316f1576ab6380bb31bc4a53e6.zip
the matplotlib "C" colors only range till C9
-rwxr-xr-xsummarize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/summarize.py b/summarize.py
index 0d12512..8b1f80e 100755
--- a/summarize.py
+++ b/summarize.py
@@ -49,7 +49,7 @@ def specific_summary(bench, sum_dir, allocators):
if v["color"] is not None]
print_debug("Explicit colors:", explicit_colors)
- cycle_list = ["C" + str(i) for i in range(0, 16)]
+ cycle_list = ["C" + str(i) for i in range(0, 10)]
avail_colors = [color for color in cycle_list
if color not in explicit_colors]
print_debug("available colors:", avail_colors)