Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-04-08 13:16:28 +02:00
parent 533d3e17a8
commit ef88f2d39e

View File

@@ -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]