Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX: make sticky edge tolerance relative to data range #28582

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

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

rcomer
Copy link
Member

@rcomer rcomer commented Jul 16, 2024

PR summary

Fixes #28567, by applying the suggestion from #28393 (comment) to make the sticky edge tolerance only relative to the data range, rather than the maximum of the range and absolute values. Also revert the main code change from #28393 as both changes are not needed to achieve that fix.

Marking "release critical" since downstream tests broke.

PR checklist

@rcomer rcomer added Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. PR: bugfix Pull requests that fix identified bugs labels Jul 16, 2024
@rcomer rcomer added this to the v3.9.2 milestone Jul 16, 2024
@rcomer rcomer requested a review from ksunden July 16, 2024 19:42
@jklymak jklymak merged commit 0da7d89 into matplotlib:main Jul 17, 2024
38 of 40 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Jul 17, 2024
@rcomer rcomer deleted the sticky-contour branch July 17, 2024 15:03
oscargus added a commit that referenced this pull request Jul 17, 2024
…582-on-v3.9.x

Backport PR #28582 on branch v3.9.x (FIX: make sticky edge tolerance relative to data range)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: bugfix Pull requests that fix identified bugs Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. topic: axes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: sticky edge related changes for datetime plots
3 participants