We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aef3d2 commit fe3a66eCopy full SHA for fe3a66e
src/spatialdata_plot/pl/utils.py
@@ -2060,9 +2060,9 @@ def _validate_image_render_params(
2060
(isinstance(channel_list[0], int) and max([abs(ch) for ch in channel_list]) <= len(spatial_element_ch)) # type: ignore[arg-type]
2061
or all(ch in spatial_element_ch for ch in channel_list)
2062
):
2063
- element_params[el]["channel_list"] = channel_list
+ element_params[el]["channel"] = channel_list
2064
else:
2065
- element_params[el]["channel_list"] = None
+ element_params[el]["channel"] = None
2066
2067
element_params[el]["alpha"] = param_dict["alpha"]
2068
0 commit comments