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

BUG: Picking vertical line broken #17489

Merged
merged 2 commits into from May 23, 2020
Merged

BUG: Picking vertical line broken #17489

merged 2 commits into from May 23, 2020

Conversation

larsoner
Copy link
Contributor

#17282 introduced a bug where a vertical line could no longer be picked properly. This test is a minimal example showing it, it passes on 2518777 but fails on fdf07f5 .

@anntzer #17282 was yours, any interest in fixing this? If not, I can try to understand why it fails but the old code works. It wasn't immediately obvious to me from looking at the code.

@larsoner larsoner changed the title BUG: Show bug test case BUG: Picking vertical line broken May 22, 2020
@anntzer
Copy link
Contributor

anntzer commented May 22, 2020

Actually #17282 is just wrong because either u or dx, dy still need to be divided by Lsquare_norm, so let's just revert it. Thanks for pointing this out.
Do you want to just git revert fdf07f and add that to this PR, so that the test stays? Otherwise I can dot it.

@anntzer anntzer added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label May 22, 2020
@anntzer anntzer added this to the v3.3.0 milestone May 22, 2020
@larsoner
Copy link
Contributor Author

Revert pushed

Copy link
Contributor

@anntzer anntzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conditional on ci

@QuLogic QuLogic merged commit 4cec73f into matplotlib:master May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants