I have a bokeh figure object. This object represents a map which is plotted with millions of points. I want to use datashader
for this figure. How can I do it? I know there is InteractiveImage
in bokeh extension of datashader
.
similarly is there any datashader
extension for bokeh?
Asked
Active
Viewed 231 times
0

Noam Hacker
- 4,671
- 7
- 34
- 55

Cracken
- 306
- 2
- 5
- 17
1 Answers
0
No, there is no datashader extension for bokeh itself. Instead, we have provided datashader support in HoloViews. The higher-level interface of HoloViews makes it possible to implement the dynamic behavior required by Datashader much more cleanly than we could do within Bokeh itself, while providing a fully functional Bokeh plot as the result.

J. Bed
- 3
- 1