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 77cbee0 commit 037a35aCopy full SHA for 037a35a
1 file changed
plotly/express/_imshow.py
@@ -272,7 +272,9 @@ def imshow(
272
nslices_animation = img.shape[animation_frame]
273
animation_slices = range(nslices_animation)
274
slice_dimensions = (
275
- (facet_col is not None) + (facet_row is not None) + (animation_frame is not None)
+ (facet_col is not None)
276
+ + (facet_row is not None)
277
+ + (animation_frame is not None)
278
) # 0, 1, 2, or 3
279
facet_col_label = None
280
facet_row_label = None
0 commit comments