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

Ignore transOffset if no offsets passed to Collection #21550

Merged
merged 1 commit into from Nov 6, 2021

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Nov 5, 2021

PR Summary

This fixes a regression from #20717 in networkx (Fixes #21517), but we'll go forward with the change in a later release to give them time to fix it.

Since this will be reverted for 3.6, this is targeting v3.5.x directly.

PR Checklist

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (run flake8 on changed files to check).
  • [n/a] New features are documented, with examples if plot related.
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • 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).
  • API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

@QuLogic QuLogic added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Nov 5, 2021
@QuLogic QuLogic added this to the v3.5.0 milestone Nov 5, 2021
This fixes a regression from matplotlib#20717 in networkx (Fixes matplotlib#21517), but
we'll go forward with the change in a later release to give them time to
fix it.
@dstansby dstansby merged commit b8f7ca5 into matplotlib:v3.5.x Nov 6, 2021
@QuLogic QuLogic deleted the fix-collection-offsets branch November 8, 2021 20:48
QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Nov 18, 2021
This also reverts matplotlib#21550, which was not intended to be part of 3.6.
@QuLogic QuLogic mentioned this pull request Nov 18, 2021
4 tasks
QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Nov 18, 2021
This also reverts matplotlib#21550, which was not intended to be part of 3.6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants