-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Backport PR #15271 on branch v3.1.x #15277
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
timhoffm
wants to merge
32
commits into
matplotlib:master
from
timhoffm:auto-backport-of-pr-15271-on-v3.1.x
Closed
Backport PR #15271 on branch v3.1.x #15277
timhoffm
wants to merge
32
commits into
matplotlib:master
from
timhoffm:auto-backport-of-pr-15271-on-v3.1.x
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t-of-pr-14919-on-v3.1.x Backport PR matplotlib#14919 on branch v3.1.x (FIX constrained_layout w/ hidden axes)
…t-of-pr-15055-on-v3.1.x Backport PR matplotlib#15055 on branch v3.1.x (Remove mention of now-removed feature in docstring.)
…t-of-pr-15114-on-v3.1.x Backport PR matplotlib#15114 on branch v3.1.x (DOC: update language around NF)
…t-of-pr-15110-on-v3.1.x Backport PR matplotlib#15110 on branch v3.1.x (Add inheritance diagram to mpl.ticker docs)
…t-of-pr-15115-on-v3.1.x Backport PR matplotlib#15115 on branch v3.1.x (Doc: highlight rcparams)
…t-of-pr-15132-on-v3.1.x Backport PR matplotlib#15132 on branch v3.1.x (Update documenting guide on rcParams)
…t-of-pr-14456-on-v3.1.x Backport PR matplotlib#14456 on branch v3.1.x (PyQT5 Backend Partial Redraw Fix)
FIX: indexed pandas bar
Backport PR matplotlib#15166 on branch v3.1.x
…t-of-pr-15181-on-v3.1.x Backport PR matplotlib#15181 on branch v3.1.x (FIX: proper call to zero_formats)
…o prevent deprecation warning
FIX: ScalarFormatter formatting of masked values
…t-of-pr-15168-on-v3.1.x Backport PR matplotlib#15168 on branch v3.1.x (MNT: explicitly cast np.bool_ -> bool to prevent deprecation warning)
Backport PR matplotlib#15140 on branch v3.1.x
…f not entering REPL. FIX: Don't enable IPython integration if not entering REPL. (matplotlib#14979) FIX: Don't enable IPython integration if not entering REPL.
…r-14683-on-v3.1.x Backport PR matplotlib#14683: For non-html output, let sphinx pick the best format
…r-14979-on-v3.1.x Backport PR matplotlib#14979: FIX: Don't enable IPython integration if not ente…
…t-of-pr-15197-on-v3.1.x Backport PR matplotlib#15197 on branch v3.1.x (Remove mention of now-removed basedir setup option.)
…internal state in draw_idle Merge pull request matplotlib#15206 from tacaswell/fix_python_ion_second_qtcanvas_init FIX: be more forgiving about expecting internal state in draw_idle Conflicts: lib/matplotlib/tests/test_backend_qt.py - two tests were added on master, only kept the relevant one
…r-15206-on-v3.1.x Backport PR matplotlib#15206: FIX: be more forgiving about expecting internal s…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
See #15271