Bokeh Server Plotting Data Size Upper Limit

Hi,

I’m running into a problem, while running my applet, using bokeh server, where it seems that the rendering has trouble processing my plots when the base dataset gets slightly larger. My original dataset has 300 rows, of which up to 9 columns are selected and plotted in three different plots. I can see on the cmd line that the plots are created, etc. However, my rendering doesn’t change. When I reduce the number of rows to closer to 50, the plots render fine.

I’ve seen mentions of downsampling, etc. but ideally, I’d like to be able to see all 300 points (which doesn’t seem to be an excessive number). Is there a defined upper limit at which the server will have trouble rendering the plots?