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.
2 parents f8b76fe + 2d4db60 commit cace17eCopy full SHA for cace17e
packages/python/plotly/plotly/express/_imshow.py
@@ -510,8 +510,8 @@ def imshow(
510
else:
511
raise ValueError(
512
"px.imshow only accepts 2D single-channel, RGB or RGBA images. "
513
- "An image of shape %s was provided."
514
- "Alternatively, 3- or 4-D single or multichannel datasets can be"
+ "An image of shape %s was provided. "
+ "Alternatively, 3- or 4-D single or multichannel datasets can be "
515
"visualized using the `facet_col` or/and `animation_frame` arguments."
516
% str(img.shape)
517
)
0 commit comments