Selectively show text in Bokeh plot based on zoom level
问题 I am currently using Bokeh to plot some biological sequence data. Part of the plot involves displaying some text (amino acid residues) just above the x-axis, aligned with the numbers on the axis. When the user zooms in, they are then able to inspect the amino acid sequence (represented by single letters) that accompanies the data. However, when zoomed out, these letters merge together, and look quite messy. Is there any way to selectively plot/show glyphs depending on the zoom level? Many