line collection - averages do strange on sliders
This commit is contained in:
@@ -926,8 +926,10 @@ def interactive_forcecurve(theworkouts,workstrokesonly=True,plottype='scatter'):
|
|||||||
datapoints['peakforce'].push(peakforce[i])
|
datapoints['peakforce'].push(peakforce[i])
|
||||||
}
|
}
|
||||||
if (plottype=='line') {
|
if (plottype=='line') {
|
||||||
multilines['xs'].push(multilinesx[i])
|
xs = [c[i],slip[i],peakforceangle[i],wash[i],finish[i]]
|
||||||
multilines['ys'].push(multilinesy[i])
|
ys = [0,thresholdforce,peakforce[i],thresholdforce,finish[i]]
|
||||||
|
multilines['xs'].push(xs)
|
||||||
|
multilines['ys'].push(ys)
|
||||||
}
|
}
|
||||||
catchav += c[i]
|
catchav += c[i]
|
||||||
finishav += finish[i]
|
finishav += finish[i]
|
||||||
|
|||||||
Reference in New Issue
Block a user