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
importplotly.expressaspxdf=px.data.iris()
df['text'] =df['sepal_length'].apply(lambdax : f"This is a long label for value {x}")
fig=px.scatter_3d(df, x='text', y='sepal_width', z='petal_width',
color='species')
fig.show()
I'm using surface 3d graphics, and I'm having problems with ticks.
On issue #3306 @ShaneHudson released a JSFiddle that contains my problem:
As you can see, in this example there is an axis label that is quite big, and this label 'enters' the chart as you can see:
Does anyone know anything that could help me with this case? Below I leave a print of the situation that happened to me:
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: