For questions, use https://discourse.holoviz.org/ instead! This chat is for informal discussions and debugging sessions with developers of the HoloViz.org tools (HoloViews, Datashader, Panel, hvPlot, GeoViews, Param, etc.), but user questions should go to the HoloViz Discourse site so that others won't have to ask them again.
MarcSkovMadsen on fast-templates
copied (compare)
jlstevens on highlight_operation
Removed mask_shape parameter (compare)
jlstevens on highlight_operation
Renamed to inspect_points and a… (compare)
datashade=True
to the examples in here causes an error. About to file github issue but just wanna double check
dask dataframe
then call the heatmap function again?
.hvplot.heatmap(... , datashade=True)
. :-)
just to follow up, assuming that it's 1k x 1k, you mean to do like what they did in here right? http://holoviews.org/user_guide/Large_Data.html (Hover info section)
Using rasterize
without shade
And if we see hover info from a datashader output, it means that it's not aggregated right? and if we cannot hover over then the data has been aggregated. Is that correct?