more pep
This commit is contained in:
@@ -358,7 +358,6 @@ rowtypes = (
|
||||
checktypes = [i[0] for i in workouttypes_ordered.items()]
|
||||
|
||||
|
||||
#colors = Category10[9]
|
||||
colors = list(set(Category10[9]))+list(set(Category20[19]+Category20c[19]))
|
||||
color_map = {checktypes[i]: colors[i] for i in range(len(checktypes))}
|
||||
|
||||
@@ -557,7 +556,7 @@ polaraccesslink_sports = {
|
||||
'DUATHLON_CYCLING': 'bike',
|
||||
'DUATHLON_RUNNING': 'Run',
|
||||
'FIELD_HOCKEY': 'other',
|
||||
'FINNISH_BASEBALL': 'other',
|
||||
'FINNISH_BASEBALL': 'other',
|
||||
'FITNESS_DANCING': 'other',
|
||||
'FITNESS_MARTIAL_ARTS': 'other',
|
||||
'FITNESS_STEP': 'Workout',
|
||||
@@ -625,7 +624,7 @@ polaraccesslink_sports = {
|
||||
'ROLLER_BLADING': 'InlineSkate',
|
||||
'ROLLER_SKIING_CLASSIC': 'NordicSki',
|
||||
'ROLLER_SKIING_FREESTYLE': 'NordicSki',
|
||||
'ROWING': 'water',
|
||||
'ROWING': 'water',
|
||||
'RUGBY': 'other',
|
||||
'RUNNING': 'Run',
|
||||
'SHOW_DANCING': 'other',
|
||||
@@ -664,5 +663,5 @@ polaraccesslink_sports = {
|
||||
'WATERSPORTS_WINDSURFING': 'other',
|
||||
'XC_SKIING_CLASSIC': 'NordicSki',
|
||||
'XC_SKIING_FREESTYLE': 'NordicSki',
|
||||
'YOGA': 'Yoga'
|
||||
'YOGA': 'Yoga'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user