-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Hover info broken in 3D scatter plot with opacity 1 #952
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
Hi @cldougl, |
Hey @michalkahle,
|
I fixed this provisionally by adding this fake trace to the beginning of the list: |
Thanks, @michalkahle, that fix worked nicely for me. |
Hi @michalkahle , I'm not able to reproduce this issue with plotly.py 3.2.1 in firefox or chrome. Could you give it a try once more with the latest plotly.py? If you still have the problem, I'd like to see if we can translate it into pure JavaScript to get something for the plotly.js folks to look at. Thanks! |
Hi all, I can reproduce the same issue, with online plotting too.
|
Thanks for the info @wolflo , |
Is not Ubuntu 16.04.4 LTS a sufficient information about my operating system? what else do you need? |
Hi @wolflo , yes that's sufficient. I was asking @michalkahle if he could share his info as well. Thanks! |
Hi @jonmmease , sorry for taking long to respond. I just tried to upgrade do plotly.py 3.3.0 and the issue is still there. My OS is also Ubuntu 16.04. And now I also tested with Chrome 69 on Windows 7 (32bit) in a VM and the issue is not present there. :( |
Thanks @michalkahle! Well maybe there is something about Ubuntu 16.04 here... |
Hi @michalkahle and @wolflo, could you try this CodePen example on Ubuntu 16.04 (and on any other OSs you have access to) and let us know if the problem exists there? https://codepen.io/jonmmease/pen/aRQvqM If you can reproduce on this example, then we've ruled out plotly.py and can move this issue to the plotly.js repo. Thanks! |
@jonmmease I tested your example and I can reproduce the issue when I set the opacity to 1 and dragmode to true. I've since upgraded to Ubuntu 18.04 and the issue still present. |
@michalkahle @jonmmease I think we may close this issue which could be fixed in plotly/plotly.js#3258. |
Thank you @archmoj ! I can confirm the issue is gone in plotly for python v. 3.5.0 on Ubuntu. |
Hi,
in 3D scatter when marker opacity is set to 1 and when you hover over any point only one hover label is shown. Specifically it is the label belonging to the first point in data. See for yourself:
The text was updated successfully, but these errors were encountered: