-
Notifications
You must be signed in to change notification settings - Fork 633
Hover info broken on 3d scatter plot #1547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
An example of a temporary workaround is |
Please provide a reproducible example and your |
I failed to realize 4.8.0 is almost a year old now. The fixes to my problem were incorporated in a plotly.js version that is newer, so this will likely be fixed by updating. I'll give it a shot tomorrow. |
Please reopen if it isn't |
In a moment of motivation, I did the update, several things work better now. 👌 |
I'm running into something that looks like plotly/plotly.js#3258 and plotly/plotly.py#952 on 4.8.0 and I don't know what to do.
My code is just a simple
plot_ly(data, x= ~a,y=~b,z=~c)
.The text was updated successfully, but these errors were encountered: