Skip to content
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

Zooming using the mouse wheel is not centered and it's panning the plot on the x axis #163

Open
cristiingineru opened this issue Oct 27, 2017 · 0 comments
Labels

Comments

@cristiingineru
Copy link
Contributor

If the mouse cursor is on top of a [x, y] point and the plot is zoomed in and out then the expectation is to have to mouse cursor on top of the same [x, y] point. But this is not happening! The plot is panned to the left.

Most likely there are 2 issues which are canceling each other on the y, but not on the x axis. There was a patch added long time ago in the navigation / plot.zoom() function which prevents setting a smaller value to the min of the axis compared to its maximum. I believe that patch is always fixing the y, but not the x axis.

image

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

No branches or pull requests

1 participant