Tim Treis
Tim Treis
Essentially tried following the [Squidpy Xenium tutorial](https://squidpy.readthedocs.io/en/stable/notebooks/tutorials/tutorial_xenium.html) but using a `spatialdata` object. Failed when I tried to color my plot by Leiden colors.
No, this one seems to basically just extract the `adata` and then does normal things that were possible before. I think the goal should be to directly pass either the...
There's no reason why this should be so slow
Is this still open? Works locally for me?
@LucaMarconato is this still broken?
We're currently working on homogenising the color handling in https://github.com/scverse/spatialdata-plot/pull/497, but in the meantime you can just substitute `color` for `na_color` and it'll work
I don't think that having these extra 500 MB on disk is the issue (mildly inconvenient at best), but realistically this history will very quickly grow even larger in size...
Closed in favour of https://github.com/scverse/spatialdata-plot/pull/492 Thank you for the work @ArneDefauw! Only closing this one because I couldn't rebase your fork on the current main branch
@LucaMarconato any thoughts on this? Our current best guess is "do what matplotlib is doing" so we don't change all plots created to date with the library 😅
Hey @mjakobs, we're currently in the process of migrating `Squidpy` to make use of `SpatialData` instead of the old AnnData-based way. Therefore, we won't be updating this function as it...