Hannah Spitzer
Hannah Spitzer
### Type of the feature - [x] New function in `sqduipy.im`? - [ ] New function in `squidpy.gr`? - [x] New function in `squidpy.pl`? - [ ] Change an existing...
When writing tutorials, I find myself defining the same clustering function in several notebooks. ``` def cluster_features(features: pd.DataFrame, like=None): """Calculate leiden clustering of features. Specify filter of features using `like`....
Hi Spatialdata team! I have recently discovered a bug when plotting data with affine transformations applied and using `method='datashader`. Below is an example based on the [mouse_liver](https://s3.embl.de/spatialdata/spatialdata-sandbox/mouse_liver.zip) dataset. To reproduce,...