I haven’t tried that but it makes sense. Would that though solve this problem I mentioned before -
I tried out removing the glyps via how you mentioned -
Removing the legend item seemed to work fine but removing the glyph generated this weird effect where there looks to be a plot within the plot. Any ideas on this? -
The code looked something like -
fig = doc.get_model_by_name('main-figure')
line_glyph = doc.get_model_by_name('line-glyph-name')
fig.renderers.remove(line_glyph)
And yes this is all using bokeh server.
