Tim Treis

Results 61 issues of 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() ) ``` ![image](https://github.com/scverse/spatialdata-plot/assets/12818242/578c5b82-107d-4e62-90fa-702ff0800ae9) Correct: Shapes above points Incorrect:...

bug
priority: low

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...

bug 🚨
method: transforms 🔃

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 ![image](https://github.com/user-attachments/assets/9ae4a98c-8507-43d5-a1bd-b9864cce7b63) After ![image](https://github.com/user-attachments/assets/4ed822f1-1976-4cab-b827-6fa6711340ac)

![image](https://github.com/user-attachments/assets/88ac1b77-f120-49ef-a362-7510eac992fc) This is expected but might be surprising to a user. We should include this information in the warning.

enhancement
priority: low

should also respect upper/under attributes of cbar and maybe draw triangles? ![Image](https://github.com/user-attachments/assets/7035bdd8-8ab5-43d0-8e08-790fbe1d89a2) See `extend` parameter [here](https://matplotlib.org/stable/api/colorbar_api.html)

enhancement
priority: low