Skip to content

Scatter Y-Axis Not Marked Correctly when Hovered Over #2287

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
philbourne77 opened this issue Jan 24, 2018 · 2 comments
Closed

Scatter Y-Axis Not Marked Correctly when Hovered Over #2287

philbourne77 opened this issue Jan 24, 2018 · 2 comments

Comments

@philbourne77
Copy link

When you hover over a scatter point (even on the examples) the Y-Axis Point is not in the correct position (ie. It is normally lower/higher on the Y-Axis). ie. https://plot.ly/python/line-and-scatter/

Tested in Chrome, IE Edge and IE11 Using the latest Python Releases.

@alexcjohnson
Copy link
Collaborator

I'm guessing you are in the default "compare data on hover" mode (layout.hovermode: 'x'), which only pays attention to the X position of the mouse so it can compare multiple traces at that same X value. "show closest data on hover" (layout.hovermode: 'closest') is probably what you want.

This has generated a lot of confusion, we've long talked about making a smarter default - eg #778

@etpinard
Copy link
Contributor

etpinard commented Feb 2, 2018

Closing due to lack of activity.

@etpinard etpinard closed this as completed Feb 2, 2018
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

3 participants