Static plotting for spatial data, part of scverse. Current version 0.4.0, requires Python >=3.11. Release cadence is irregular.
pip install spatialdata-plotNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic rendering of a SpatialData object using the .pl accessor.
Use Python >=3.11.
Replace sdata.plot() with sdata.pl.render()
Always import spatialdata_plot after spatialdata before using .pl.
Run 'pip install spatialdata-plot' and add 'import spatialdata_plot' to your script.
Upgrade spatialdata: pip install --upgrade spatialdata