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: Zooming in on one image messes up display of other images #8

Closed
ianhi opened this issue Oct 29, 2021 · 1 comment
Closed

BUG: Zooming in on one image messes up display of other images #8

ianhi opened this issue Oct 29, 2021 · 1 comment

Comments

@ianhi
Copy link
Collaborator

ianhi commented Oct 29, 2021

will need something like:

    # make sure the home button will work
    if hasattr(fig.canvas, "toolbar") and fig.canvas.toolbar is not None:
        fig.canvas.toolbar.push_current()

but that may also be wrong - may need to pop everytime an image is switched (right before switching) and then push the new one?

@ianhi
Copy link
Collaborator Author

ianhi commented Oct 29, 2021

Fixed by #9 but unclear what the underlying cause was.

@ianhi ianhi closed this as completed Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant