You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/basedatatypes.py
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1560,8 +1560,13 @@ def _add_annotation_like(
1560
1560
)
1561
1561
)
1562
1562
1563
-
# If the new_object was created with an yref specified, the specified yref should be used otherwise assign the xref and yref from the layout_keys
1564
-
ifnew_obj.yref==Noneornew_obj.yref=="y":
1563
+
# If the new_object was created with a yref specified that did not include paper or domain, the specified yref should be used otherwise assign the xref and yref from the layout_keys
0 commit comments