diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index fc8c106f..89ec1fb0 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -3373,10 +3373,6 @@ def interactive_flex_chart2(id=0,promember=0, hover.mode = 'mouse' - x1meanline = [rowdata[xparam].mean(),rowdata[xparam].mean()] - y1meanline = [rowdata[yparam1].mean(),rowdata[yparam1].mean()] - y2meanline = [rowdata[yparam2].mean(),rowdata[yparam2].mean()] - callback = CustomJS(args = dict(source=source,source2=source2, x1means=x1means,