Skip to content

Corrects cursor's Z coordinate display for NonUniformImage #19104

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
wants to merge 1 commit into from

Conversation

Jaroza727
Copy link
Contributor

PR Summary

Bugfix for issue #18652 where Z coordinate information is incorrect, it seemed it inverted the values on the y axis. This fix implements format_cursor_data() for nonuniform images.

PR Checklist

  • [N/A] Has pytest style unit tests (and pytest passes).
  • [N/A ] Is Flake 8 compliant (run flake8 on changed files to check).
  • [N/A ] New features are documented, with examples if plot related.
  • [ N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • [ x] Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all).
  • [N/A ] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A ] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

@QuLogic
Copy link
Member

QuLogic commented Dec 17, 2020

Can you add a test for this? There are some existing tests for the cursor on regular images in test_image.py: test_cursor_data and test_format_cursor_data that you can copy and/or modify.

@jklymak jklymak marked this pull request as draft May 8, 2021 22:43
@github-actions
Copy link

Since this Pull Request has not been updated in 60 days, it has been marked "inactive." This does not mean that it will be closed, though it may be moved to a "Draft" state. This helps maintainers prioritize their reviewing efforts. You can pick the PR back up anytime - please ping us if you need a review or guidance to move the PR forward! If you do not plan on continuing the work, please let us know so that we can either find someone to take the PR over, or close it.

@github-actions github-actions bot added the status: inactive Marked by the “Stale” Github Action label Sep 20, 2023
@github-actions github-actions bot added status: needs rebase and removed status: inactive Marked by the “Stale” Github Action labels Jan 23, 2024
@dstansby
Copy link
Member

dstansby commented Feb 3, 2024

I finished this off in #27640

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

Successfully merging this pull request may close these issues.

Cursor's Z coordinate display for NonUniformImage is inconsistent with image
4 participants