From f332819daf41d66bef2f2321059027d0c9da1900 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 11 Apr 2020 15:22:19 +0200 Subject: [PATCH] temp hack to debug --- rowers/interactiveplots.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index ee313fd6..bb348afb 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -4775,7 +4775,7 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line', for id,color in items: group = datadf[datadf['workoutid']==int(id)].copy() - + print(group.info(),'compare 1',ids) group.sort_values(by='time',ascending=True,inplace=True) @@ -4794,6 +4794,7 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line', ymean = group['y'].mean() + print(ymean,'compare 2',ids) ylabel = Label(x=100,y=60+nrworkouts*20-20*cntr, x_units='screen',y_units='screen', text=axlabels[yparam]+": {ymean:6.2f}".format(ymean=ymean),