Selecting glyph based on dropdown value

Hi @RR_Turing ,

Is this a different question than this one?

I think an important thing to remember is that the thing whose selected attribute you’re changing is the ColumnDataSource that provides the data for the glyphs, and not the plot. It looks like you’re passing in your plot to your CustomJS, rather than the CDS.