Is there currently a way to plot 3D data?
Open
@melonora is already working on this.
Since Sep 23, 2024.
- Dominant language
- Python
- Stars
- 394
- Forks
- 95
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 7
Description
I'm looking for even just the simplest case, i.e. fixing a z-location and visualizing x, y coordinates in 2D. I tried naively with spatialdata-plot, i.e. just
sdata.pl.render_images("image", channel="DAPI").pl.show(), but that fails with TypeError: Invalid shape (7, 9512, 9788) for image data.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.