From 61a10a1dfa82b6e80ad8c09ed11dff7f57016ae9 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 11 Apr 2020 15:46:24 +0200 Subject: [PATCH] undoing debug hacks --- rowers/interactiveplots.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index bb348afb..e57631fd 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -4775,7 +4775,6 @@ 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,7 +4793,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),