spatialdata-plot
spatialdata-plot copied to clipboard
Static plotting for spatialdata
Hello @LucaMarconato! Thank you very much for this tool. I want to plot a part of morphology image acquired with xenium + multimodal segmentation kit. It is loaded into spatialdata...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.4...v0.6.9)
Hi, When the "color" is categorical, it crashes and returns ValueError in version 0.2.6. The categorial "test" column contains NaN values. There are 11 possible categories. This code was working...
Hello, I work with **spatialdata-plot version: 0.2.7.dev2+g6ffe22b** on the following visium HD data:  I have annotated the 8um bins table with cell clusters:  When I do a subset...
Status after #309, just to document some thoughts/details about the comparison between ds and mpl: 1. outlines linewidth with datashader seems to vary slightly between e.g. polygons and circles, which...
Before  After 
Hello, I am attempting to follow the 10x Visium example notebook (https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks/examples/technology_visium.html#technology-focus-10x-genomics-visium) and are encountering issues when attempting to colour the visium spots by gene expression. Running: ```python ( visium_sdata.pp.get_elements("ST8059050")...
 This is expected but might be surprising to a user. We should include this information in the warning.
As per the title, I just ran into a case where `datashader` was chosen as the method for `render_points`, which led to my points being plotted without the relevant transformation...
Plotting a single categorical variable works great. This code plots two categorical variables together. Problems: - [ ] The legend gets mixed; I would consider adding two legends. - [...