Skip to content

Commit 48b8d06

Browse files
committed
update comment
1 parent b347077 commit 48b8d06

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ def make_figure(args, constructor, trace_patch=None, layout_patch=None):
24782478
constructor = go.Bar
24792479
args = process_dataframe_timeline(args)
24802480

2481-
# With marginal histogram, if barmode is not set, set to "overlay"
2481+
# If we have marginal histograms, set barmode to "overlay"
24822482
if "histogram" in [args.get("marginal_x"), args.get("marginal_y")]:
24832483
layout_patch["barmode"] = "overlay"
24842484

0 commit comments

Comments
 (0)