diff --git a/Stuff/Modules/graphs.py b/Stuff/Modules/graphs.py index 90550d1..a923a97 100644 --- a/Stuff/Modules/graphs.py +++ b/Stuff/Modules/graphs.py @@ -241,7 +241,7 @@ def distance(line): for strategy, periods in strategies.items(): if strategy == "immobile": continue - self.drawPeriods(periods, color = colors[strategy].replace("_", "").rstrip("14"), + self.drawPeriods(periods, color = colors[strategy].replace(" ", "").rstrip("14"), width = 240, toReturn = False) return self.returnPeriods()