Merge branch 'release/v12.12'
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user