Private
Public Access
1
0

plot title in trend flex

This commit is contained in:
Sander Roosendaal
2017-07-07 16:39:08 +02:00
parent d8a4ddf976
commit 37118e896c
3 changed files with 57 additions and 8 deletions

View File

@@ -324,6 +324,7 @@ groupchoices = list(sorted(grouplabels.items(), key = lambda x:x[1]))
formaxlabelsmultiflex = formaxlabels.copy()
formaxlabelsmultiflex.pop('time')
formaxlabelsmultiflex.pop('distance')
formaxlabelsmultiflex['workoutid'] = 'Workout'
parchoicesmultiflex = list(sorted(formaxlabelsmultiflex.items(), key = lambda x:x[1]))