Retain live-following on image stream when zooming in on y-axis

Hi,

I’m trying to stream an image in bokeh. And while it does follow the new data when I reset the plot, I would also like to zoom in on the y-axis, without losing the live-follow feature. Is there a way for me to do this?

1 Like

AFAIK following is only suspended if the axis range start or end is changed on the relevant axis. So my first suggestion to try would be to configure the zoom tool to only operate on the y-axis, and not change the x-axis.

If you are saying you are already doing that (I can’t tell), then we would really need a Minimal Reproducible Example to actually run and investigate.

How i can stream image as you do? Im trying to send only new data of image using columnDataSource.stream.