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 6b83753 commit 5c9126eCopy full SHA for 5c9126e
src/spatialdata_plot/pl/render.py
@@ -344,8 +344,6 @@ def _render_images(
344
images = [sdata.images[e] for e in elements]
345
346
for img in images:
347
- # if (len(img.c) > 3 or len(img.c) == 2) and render_params.channel is None:
348
- # raise NotImplementedError("Only 1 or 3 channels are supported at the moment.")
349
350
if render_params.channel is None:
351
channels = img.coords["c"].values
0 commit comments