Private
Public Access
1
0

bug fix and fairer GPS comparisons

This commit is contained in:
Sander Roosendaal
2020-06-10 08:23:08 +02:00
parent 9a9f0725ba
commit 132ffa856c
3 changed files with 61 additions and 38 deletions

View File

@@ -273,7 +273,8 @@ checktypes = [i[0] for i in workouttypes]
from bokeh.palettes import Category10,Category20, Category20c
colors = Category10[9]+Category20[19]+Category20c[19]
#colors = Category10[9]
colors = Category10[9]+list(set(Category20[19]+Category20c[19]))
color_map = {checktypes[i]:colors[i] for i in range(len(checktypes))}
workoutsources = (