Bokeh Interactive legend hide multiple glyphs
问题 I've enabled the hide legend option for my dataset. When I click it, only one bar goes off and others stay. I'm not quite sure what is causing the issue. Here's the bar plot before and after: . Here's what my data looks like: Here's the code: p = Bar(output,'Programs',values="Averages", group="University",plot_width=600,plot_height=400, title="Comparison") p.legend.click_policy="hide" output_file("bar.html") show(p) 回答1: It is not currently (Bokeh 0.12.6) possible to hide all the bars via