Skip to content
Merged

PX ECDF #3330

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
Next Next commit
kde labelling
  • Loading branch information
nicolaskruchten committed Aug 13, 2021
commit 9fd2f6be63552e64a80df3c5fd9fc9403d8d0c75
3 changes: 3 additions & 0 deletions packages/python/plotly/plotly/express/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,9 @@ def infer_config(args, constructor, trace_patch, layout_patch):
)
args["histnorm"] = args["ecdfnorm"]

if "bw_method" in args:
args["histnorm"] = "density"

# Compute applicable grouping attributes
for k in group_attrables:
if k in args:
Expand Down