From 2f69b34bc11905a47d451fc5022ee01b34d8d8bb Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 2 Apr 2019 13:41:56 +0200 Subject: [PATCH] force curve improvements --- rowers/interactiveplots.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 3e5a8bf9..a960987c 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -499,8 +499,10 @@ def interactive_forcecurve(theworkouts,workstrokesonly=False): thresholdforce,0] x2575 = [catch25, - slip25, - peakforceangleav, + slip25, + peakforceangle25, +# peakforceangleav, + peakforceangle75, wash75, finish75, finish25, @@ -510,7 +512,9 @@ def interactive_forcecurve(theworkouts,workstrokesonly=False): y2575 = [0, thresholdforce, - peakforce75, + peakforce25, +# peakforceav, + peakforce75, thresholdforce, 0, 0,