Skip to content

Commit 9fd2f6b

Browse files
kde labelling
1 parent 9df2302 commit 9fd2f6b

File tree

1 file changed

+3
-0
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+3
-0
lines changed

Diff for: packages/python/plotly/plotly/express/_core.py

+3
Original file line numberDiff line numberDiff line change
@@ -1874,6 +1874,9 @@ def infer_config(args, constructor, trace_patch, layout_patch):
18741874
)
18751875
args["histnorm"] = args["ecdfnorm"]
18761876

1877+
if "bw_method" in args:
1878+
args["histnorm"] = "density"
1879+
18771880
# Compute applicable grouping attributes
18781881
for k in group_attrables:
18791882
if k in args:

0 commit comments

Comments
 (0)