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
For a scatter3d trace, setting the textposition property to "middle left" causes the text to be displayed nicely to the left of the points:
Setting the property to "middle right" causes the text to overlap the associated point:
It looks like the text alignment is correctly changed, but an offset is needed to push the text anchor to the right. The 2D scatter trace does not have this issue.
The text was updated successfully, but these errors were encountered:
One of two issues reported in plotly/plotly.py#1055
CodePen: https://codepen.io/anon/pen/qyKLLe
For a
scatter3d
trace, setting thetextposition
property to "middle left" causes the text to be displayed nicely to the left of the points:Setting the property to "middle right" causes the text to overlap the associated point:
It looks like the text alignment is correctly changed, but an offset is needed to push the text anchor to the right. The 2D
scatter
trace does not have this issue.The text was updated successfully, but these errors were encountered: