Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2f18b1

Browse files
python2 syntax fix
1 parent 9cc5777 commit e2f18b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/plotly/plotly/basedatatypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3755,8 +3755,8 @@ def _process_multiple_axis_spanning_shapes(
37553755
self.add_shape(
37563756
row=row,
37573757
col=col,
3758-
**_combine_dicts([shape_args, shape_kwargs]),
3759-
exclude_empty_subplots=exclude_empty_subplots
3758+
exclude_empty_subplots=exclude_empty_subplots,
3759+
**_combine_dicts([shape_args, shape_kwargs])
37603760
)
37613761
if augmented_annotation is not None:
37623762
self.add_annotation(

0 commit comments

Comments
 (0)