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

Skip to content

[ENH]: Helpful coordinate displays when panning and zooming #23828

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

Open
scottshambaugh opened this issue Sep 8, 2022 · 1 comment
Open

[ENH]: Helpful coordinate displays when panning and zooming #23828

scottshambaugh opened this issue Sep 8, 2022 · 1 comment

Comments

@scottshambaugh
Copy link
Contributor

scottshambaugh commented Sep 8, 2022

Problem

When rotating 3D plots, the coordinate display changes to display the elev/azim/roll view angles. Something similar would be useful for zooming and panning in both 3D and 2D plots.

When panning:

  • 2D: Change coordinate display to the format of Δx = 0, Δy = 0.
  • 3D: Change coordinate display to the format of Δx = 0, Δy = 0, Δz = 0.

When zooming:

  • 2D: Change coordinate display to the format of scale X = 1, scale Y = 1.
    • May want to leave showing x/y coordinates like it does now? Zoom box to specific coordinates may be more useful than seeing the scale factor.
  • 3D: Change coordinate display to the format of scale = 1 (3D plots will always zoom with equal aspect once Add pan and zoom toolbar handling to 3D Axes (Replaces PR#22614) #23449 merges in).

Proposed solution

No response

@QuLogic
Copy link
Member

QuLogic commented Nov 24, 2022

I believe this was started in #12948, but it ran into some issues. Perhaps you can resurrect it (or poke the original author).

@tacaswell tacaswell added this to the future releases milestone Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants