From f5f4e2e8a6bd2b692ce0cc02f2787a00af16a232 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 17 Jul 2020 19:50:35 +0200 Subject: [PATCH] further removal of index --- rowers/interactiveplots.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 8f20c42d..5531c657 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -4236,7 +4236,6 @@ def interactive_cum_flex_chart2(theworkouts,promember=0, data2['x1'] = [] data2['y1'] = [] data2['y2'] = [] - data2['index'] = [] data2['distance'] = [] data2['power'] = [] data2['x1mean'] = [] @@ -4257,7 +4256,6 @@ def interactive_cum_flex_chart2(theworkouts,promember=0, data2['y1'].push(y1[i]) data2['y2'].push(y2[i]) data2['spm'].push(spm1[i]) - data2['index'].push(index1[i]) data2['driveenergy'].push(driveenergy1[i]) data2['distance'].push(distance1[i]) data2['power'].push(power1[i])