added distance per stroke metric
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user