We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc5777 commit e2f18b1Copy full SHA for e2f18b1
packages/python/plotly/plotly/basedatatypes.py
@@ -3755,8 +3755,8 @@ def _process_multiple_axis_spanning_shapes(
3755
self.add_shape(
3756
row=row,
3757
col=col,
3758
- **_combine_dicts([shape_args, shape_kwargs]),
3759
- exclude_empty_subplots=exclude_empty_subplots
+ exclude_empty_subplots=exclude_empty_subplots,
+ **_combine_dicts([shape_args, shape_kwargs])
3760
)
3761
if augmented_annotation is not None:
3762
self.add_annotation(
0 commit comments