From ef88f2d39e94d4ef432c4a39145be49d1a695f2f Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 8 Apr 2020 13:16:28 +0200 Subject: [PATCH] fix #529 --- rowers/interactiveplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]