Skip to content

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

Closed
deliciouslytyped opened this issue Jun 11, 2019 · 5 comments
Closed

Hover info broken on 3d scatter plot #1547

deliciouslytyped opened this issue Jun 11, 2019 · 5 comments

Comments

@deliciouslytyped
Copy link

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).

@deliciouslytyped
Copy link
Author

An example of a temporary workaround is plot_ly(data, x= ~a,y=~b,z=~c, opacity=0.99).

@cpsievert
Copy link
Collaborator

Please provide a reproducible example and your devtools::session_info()

@deliciouslytyped
Copy link
Author

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.

@cpsievert
Copy link
Collaborator

Please reopen if it isn't

@deliciouslytyped
Copy link
Author

deliciouslytyped commented Jun 12, 2019

In a moment of motivation, I did the update, several things work better now. 👌
Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants