Week 29 - July 23
Friday 07/21
datashader or how to use plotly/bokeh with millions of points
I should create a full entry with this experiment.
Waiting for it, I tried holoviz which is a way to seamlessly integrate various graph libs such as hvplot and datashader.
I have started to play with the tutorial, and what I would likely use is this hvplot/datashader combo which allows to quickly display millions of points in a graph without any performance issue. And when zooming in, it gets more details.
This works perfectly when executed from the tutorial environment. But I have not succeeded in making it work on my own environments.
I have posted a in their forum.