diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index cf25d769..380088d6 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -4830,7 +4830,7 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line', plot.add_tools(HoverTool(renderers=[l1[cntr]],tooltips=TIPS)) cntr += 1 - plot.legend.location='bottom_right' + plot.legend.location='top_right' plot.xaxis.axis_label = axlabels[xparam] plot.yaxis.axis_label = axlabels[yparam]