Skip to content

Commit e8339e0

Browse files
committed
Fix imshow
1 parent af1546c commit e8339e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/express/_imshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def imshow(
233233
axes labels and ticks.
234234
"""
235235
args = locals()
236-
apply_default_cascade(args)
236+
apply_default_cascade(args, constructor=None)
237237
labels = labels.copy()
238238
nslices_facet = 1
239239
if facet_col is not None:

0 commit comments

Comments
 (0)