Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix imshow
  • Loading branch information
antonymilne committed Dec 5, 2025
commit e8339e036674c3fda3a1009fc5b33a14d248a62b
2 changes: 1 addition & 1 deletion plotly/express/_imshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def imshow(
axes labels and ticks.
"""
args = locals()
apply_default_cascade(args)
apply_default_cascade(args, constructor=None)
labels = labels.copy()
nslices_facet = 1
if facet_col is not None:
Expand Down