Private
Public Access
1
0

added distance per stroke metric

This commit is contained in:
Sander Roosendaal
2017-09-19 16:39:58 +02:00
parent 1fe3ec41e7
commit d95ac01172
3 changed files with 8 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ axes = (
('effectiveangle', 'Effective Drive Length (deg)',40,140,'pro'),
('rhythm', 'Stroke Rhythm (%)',20,55,'pro'),
('efficiency', 'OTW efficiency (%)',0,110,'pro'),
('None', 'None',0,1,'basic'),
('distanceperstroke','Distance per Stroke (m)',0,15,'pro'),
('None', 'None',0,1,'basic'),
)
axlabels = {ax[0]:ax[1] for ax in axes}