Tim Treis
Tim Treis
from discussion with @aeisenbarth
MRE ``` import spatialdata as sd from spatialdata.datasets import blobs import spatialdata_plot blob = blobs() ( blob .pl.render_points("blobs_points") .pl.render_shapes(na_color="white") .pl.render_images("blobs_image", alpha=0.5) .pl.show() ) ```  Correct: Shapes above points Incorrect:...
Successor of https://github.com/scverse/spatialdata-plot/pull/262 to avoid solving unneccecary merge conflicts due to age
Just fixed https://github.com/scverse/spatialdata-plot/pull/334 and noticed that the extent calculation does not account for the radius of points. In the first version of this picture we calculated this within `spatialdata-plot` but...
Just cloned the repo and noticed that it was taking quite some time, downloading 550 MB for a fairly low-LOC repo: I wonder if there's any merit towards switching to...
Before  After 
 This is expected but might be surprising to a user. We should include this information in the warning.
should also respect upper/under attributes of cbar and maybe draw triangles?  See `extend` parameter [here](https://matplotlib.org/stable/api/colorbar_api.html)