Relative Content

Tag Archive for bokeh

Changing line name dynamically in Bokeh

Is it possible to change the names of the series displayed on the plot dynamically (depending on the current selection of the user)? This is my attempt, but the legend doesn’t change.

Changing line name dynamically in Bokeh

Is it possible to change the names of the series displayed on the plot dynamically (depending on the current selection of the user)? This is my attempt, but the legend doesn’t change.

InlineStyleSheet Reference/Dictionary/Docs for Bokeh Styling?

I am looking to implement some more complex styling to my bokeh app using InlineStyleSheets. I have been unable to find the documentation listing the styles for the css, mainly the names because Bokeh uses the ShadowDOM. Is there a location I could reference that lists all of the names like “.bk-btn” or is that a ShadowDOM thing?