Scrollbar legend in Holoviews plots

Viewed 10

I have a holoviews scatter plot with many items in the legend which only a limited number of items are visible in the plot. I want to find a way to be able to see all items in the legends either by being able to scroll through legend items or reshaping the legend presentation. This is the legend options that I use:

legend_opts={"location": "top_left", "click_policy": "hide", "title_text_font_size": "10px", 
             "label_text_font_size": "10px", "glyph_height": 10,
             "spacing": 1, "background_fill_color": 'blue', "background_fill_alpha":0.1} 
0 Answers
Related