Skip to content

Commit dedc344

Browse files
author
Sonja Stockhaus
committed
changelog
1 parent 8b21e69 commit dedc344

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning][].
1919
### Fixed
2020

2121
- Now dropping index when plotting shapes after spatial query (#177)
22+
- User can now pass Colormap objects to the cmap argument in render_images. When only one cmap is given for 3 channels, it is now applied to each channel (#188, #194)
2223

2324
## [0.0.6] - 2023-11-06
2425

src/spatialdata_plot/pl/basic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@ def render_images(
362362
sdata = _verify_plotting_tree(sdata)
363363
n_steps = len(sdata.plotting_tree.keys())
364364

365-
# if channel is None and cmap is None:
366-
# cmap = "brg"
367-
368365
cmap_params: list[CmapParams] | CmapParams
369366
if isinstance(cmap, list):
370367
cmap_params = [

0 commit comments

Comments
 (0)