DOC: Prepare What's New page for 3.11#31727
Draft
QuLogic wants to merge 2 commits into
Draft
Conversation
Member
|
Doc failure is #31728 |
timhoffm
reviewed
May 22, 2026
| In particular, standalone figures (created with the `.Figure` constructor) can now be | ||
| registered with the `.pyplot` module by calling ``plt.figure(fig)``. This allows showing | ||
| them with ``plt.show()`` as you would do with any figure created with pyplot factory | ||
| methods such as ``plt.figure()`` or ``plt.subplots()``. |
Member
There was a problem hiding this comment.
Suggested change
| methods such as ``plt.figure()`` or ``plt.subplots()``. | |
| functions such as ``plt.figure()`` or ``plt.subplots()``. |
timhoffm
reviewed
May 22, 2026
| is either the original `.FigureCanvasBase` or a backend-dependent subclass, | ||
| depending on whether the figure is registered with pyplot or not. | ||
|
|
||
| Additionally, the swapping of the canvas currently does not play well with blitting |
Member
There was a problem hiding this comment.
This is largely solved. While I can’t guarantee threre‘s no edge case left, none is known. IMHO we should drop the comment.
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
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
Consolidate all the snippets into groups, then do some minor copy-editing. I still need to finish up a few more example plots though.
AI Disclosure
None
PR checklist