Skip to content

Commit 42aea20

Browse files
committed
linewidth
1 parent 99e7e3f commit 42aea20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plotly/_subplots.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,9 @@ def _check_hv_spacing(dimsize, spacing, name, dimvarname, dimname):
749749
_configure_shared_axes(layout, grid_ref, specs, "x", shared_xaxes, row_dir, False)
750750
_configure_shared_axes(layout, grid_ref, specs, "y", shared_yaxes, row_dir, False)
751751

752-
any_secondary_y = any(spec["secondary_y"] for spec_row in specs for spec in spec_row if spec is not None)
752+
any_secondary_y = any(
753+
spec["secondary_y"] for spec_row in specs for spec in spec_row if spec is not None
754+
)
753755
if any_secondary_y:
754756
_configure_shared_axes(
755757
layout, grid_ref, specs, "y", shared_yaxes, row_dir, True

0 commit comments

Comments
 (0)