Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix inversion of shared axes.#14598

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 1 commit intomatplotlib:masterfromanntzer:invertshared
Jun 25, 2019

Conversation

anntzer
Copy link
Contributor

set_view_interval does not update shared axes, we must use
set_xlim/set_ylim to do so.

Update a test to explicitly invert an axis instead of relying on imshow
to implicitly do so.

Fix a regression due to#13330.

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@anntzeranntzer added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelJun 21, 2019
@anntzeranntzer added this to thev3.1.1 milestoneJun 21, 2019
@efiring
Copy link
Member

@ivanov I don't think you really wanted to do that commit, did you? We don't normally merge master into a branch. Was a rebase needed instead?

@ivanov
Copy link
Member

thanks for catching that, Eric, indeed I went in to merge not realizing that a rebase was needed. Then I wasn't sure how my GitHub UI conflict resolution was going to be reflected back in git land. Should I rebase and force push to this branch@anntzer's original commits, omitting mine?

@ivanov
Copy link
Member

if there was a place to put down a different commit message to the conflict resolution, I missed it.

@efiring
Copy link
Member

Yes, I think that should work. Pull to a local branch, rebase to keep just the original commit, and force-push back here should be OK. I'm not a git wizard, though.
Or you could wait for Antony to handle it.

set_view_interval does not update shared axes, we must useset_xlim/set_ylim to do so.Update a test to explicitly invert an axis instead of relying on imshowto implicitly do so.
@anntzer
Copy link
ContributorAuthor

The rebase looks fine? I don't think I have to do anything at that point?

@tacaswell
Copy link
Member

Github's "resolve conflict" method is merge (which if I were given a choice of what to implement in a webUI it would be merge not rebase...).

@tacaswelltacaswell merged commit5c413df intomatplotlib:masterJun 25, 2019
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestJun 25, 2019
@anntzeranntzer deleted the invertshared branchJune 25, 2019 11:35
ivanov added a commit that referenced this pull requestJun 27, 2019
…598-on-v3.1.xBackport PR#14598 on branch v3.1.x (Fix inversion of shared axes.)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@efiringefiringefiring approved these changes

@tacaswelltacaswelltacaswell approved these changes

Assignees
No one assigned
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v3.1.1
Development

Successfully merging this pull request may close these issues.

4 participants
@anntzer@efiring@ivanov@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp