spatialdata-plot
spatialdata-plot copied to clipboard
Datashader doesn't speed up rendering of points
To get a feeling for when rendering with datashader is faster than matplotlib, we prepared a notebook contrasting the two: https://github.com/scverse/spatialdata-notebooks/blob/main/notebooks/examples/speed_up_illustration.ipynb
However, in doing so we found that rendering points is not really sped up for some reason.
Why is that?
cc @Sonja-Stockhaus
Very strange, was this maybe due to the old implementation in which the figure size of datashader was given by the value of the coordinates/transformed coordinates? I think this has now been fixed. Also a way to test for that is to make random points with bound values (like points with coordinates in [0, 1]).