arviz_plots.backend.bokeh.legend

Contents

arviz_plots.backend.bokeh.legend#

arviz_plots.backend.bokeh.legend(target, kwarg_list, label_list, title=None, artist_type='line', artist_kwargs=None, legend_target=None, side='right', **kwargs)[source]#

Generate a legend on a figure given lists of labels and property kwargs.

Parameters:
legend_target(int, int), default (0, -1)

Row and colum indicators of the plot where the legend will be placed. Bokeh does not support chart level legend.

sidestr, optional

Side of the plot on which to place the legend. Use “center” to put the legend inside the plotting area.