Skip to content

Commit b37a710

Browse files
committed
Disabled default normalisation
1 parent 9fb51ab commit b37a710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_plot/pl/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def render_images(
306306
na_color: str | tuple[float, ...] | None = (0.0, 0.0, 0.0, 0.0),
307307
palette: ListedColormap | str | None = None,
308308
alpha: float = 1.0,
309-
quantiles_for_norm: tuple[float | None, float | None] = (3.0, 99.8), # defaults from CSBDeep
309+
quantiles_for_norm: tuple[float | None, float | None] = (None, None),
310310
**kwargs: Any,
311311
) -> sd.SpatialData:
312312
"""

0 commit comments

Comments
 (0)