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 72674b7 commit bd42385Copy full SHA for bd42385
packages/python/plotly/plotly/express/_imshow.py
@@ -524,7 +524,7 @@ def imshow(
524
else:
525
raise ValueError(
526
"px.imshow only accepts 2D single-channel, RGB or RGBA images. "
527
- "An image of shape %s was provided"
+ "An image of shape %s was provided."
528
"Alternatively, 3-D single or multichannel datasets can be"
529
"visualized using the `facet_col` or `animation_frame` arguments."
530
% str(img.shape)
0 commit comments