Skip to content

Commit b195c2e

Browse files
committed
don't need this
1 parent ac3177c commit b195c2e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

packages/python/plotly/plotly/express/_core.py

-1
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,6 @@ def make_figure(args, constructor, trace_patch=None, layout_patch=None):
24812481
# With marginal histogram, if barmode is not set, set to "overlay"
24822482
if (
24832483
"histogram" in [args.get("marginal_x"), args.get("marginal_y")]
2484-
and "barmode" not in layout_patch
24852484
):
24862485
layout_patch["barmode"] = "overlay"
24872486

0 commit comments

Comments
 (0)