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

Fix computation of image indices for inverted ranges #13557

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

mattpap
Copy link
Contributor

@mattpap mattpap commented Nov 29, 2023

Also fixes (includes) handling of image indices in Selection. This wasn't noticed before, because with inspections go through a different code path, which persists those indices. I will look more into this in PR #13439 or its follow-up.

image

fixes #13555

@mattpap mattpap added this to the 3.4 milestone Nov 29, 2023
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Merging #13557 (e2c2f62) into branch-3.4 (59c2d44) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##           branch-3.4   #13557   +/-   ##
===========================================
  Coverage       92.57%   92.57%           
===========================================
  Files             322      322           
  Lines           20461    20461           
===========================================
  Hits            18941    18941           
  Misses           1520     1520           

@mattpap mattpap force-pushed the mattpap/13555_image_index_inverted branch from d37e65b to e2c2f62 Compare December 6, 2023 20:52
@mattpap mattpap merged commit 88e2862 into branch-3.4 Dec 6, 2023
26 of 30 checks passed
@mattpap mattpap deleted the mattpap/13555_image_index_inverted branch December 6, 2023 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] image hover value is wrong on inverted axes
2 participants