datashader

Datashader doesn't update with zooming in bokeh-plot

Datashader doesn't update with zooming in bokeh-plot Question: I try to plot a large dataseries with holoviews, bokey and datashader. The plot shows without any issues, but with zooming in, the plot doesn’t change the resolution, so the dataseries is very pixelated. I did it before on another PC and there it worked without problems. …

Total answers: 2

How to connect holoviews in backend with bokehjs frontend

How to connect holoviews in backend with bokehjs frontend Question: I’m developing a webpage that needs to plot millions of points, so I’m using HoloViews in my backend to generate a plot and send it as a Bokeh model to my frontend which uses Bokehjs. So in the API I call a function that does …

Total answers: 1