Skip to content
Open
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
Next Next commit
fix
  • Loading branch information
gmjw committed Sep 5, 2025
commit e37fa2b90ff4ef3b9332be6d96f3756970820fe8
2 changes: 1 addition & 1 deletion plotly/express/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ def infer_config(args, constructor, trace_patch, layout_patch):
layout_patch[mode] = "group"

if (
constructor == go.Histogram2d
constructor in [go.Histogram2d, go.Histogram2dContour]
and args["z"] is not None
and args["histfunc"] is None
):
Expand Down