scverse / spatialdata-plot

Static plotting for spatialdata
BSD 3-Clause "New" or "Revised" License
35 stars 13 forks source link

Cannot plot table annotations for points #265

Open LucaMarconato opened 5 months ago

LucaMarconato commented 5 months ago

Cannot plot table annotations for points as it seems that the annotations columns from the table are treated as the annotation column that would be found in the points dataframe.

To reproduce please run this notebook here (stereoseq data).

The cell that leads to the problem is the following:

# can't make this plot because of this bug: https://github.com/scverse/spatialdata-plot/issues/265
sdata_crop.pl.render_points("bin20_genes", color=gene).pl.show()
LILI-0000-0002-8173-7367 commented 5 months ago

Hello, Luca.

Thanks for your contribution. Do you have solution to fix this issue? Thank you very much.

Best, Li