We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc4954 commit 5a8a711Copy full SHA for 5a8a711
1 file changed
src/spatialdata_plot/pl/render.py
@@ -1004,7 +1004,7 @@ def _render_images(
1004
# 2C) Image has n channels and palette info
1005
# immitating Napari's multi-channel additive blending (SRC_ALPHA, ONE):
1006
elif palette is not None and not got_multiple_cmaps:
1007
- channel_cmaps = [_get_linear_colormap([c], "k")[0] for c in palette]
+ channel_cmaps = [_get_linear_colormap([c], "transparent")[0] for c in palette]
1008
1009
sample = next(iter(layers.values()))
1010
H, W = sample.shape
0 commit comments