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 d95d8ee commit 7678812Copy full SHA for 7678812
packages/python/plotly/plotly/basedatatypes.py
@@ -4071,6 +4071,7 @@ def _process_multiple_axis_spanning_shapes(
4071
row=row,
4072
col=col,
4073
exclude_empty_subplots=exclude_empty_subplots,
4074
+ yref=shape_kwargs["yref"],
4075
)
4076
# update xref and yref for the new shapes and annotations
4077
for layout_obj, n_layout_objs_before in zip(
0 commit comments