Permalink
Browse files

fixed a minor bug

  • Loading branch information...
1 parent fae5b67 commit f67e3f6b6ff3e708bcf813027555df7687b6b7fc @bahniks committed Mar 14, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 Stuff/Modules/graphs.py
View
@@ -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()

0 comments on commit f67e3f6

Please sign in to comment.