Backport PR #26629 on branch v3.8.x (DOC: organize figure API)#26783
Backport PR #26629 on branch v3.8.x (DOC: organize figure API)#26783meeseeksmachine wants to merge 1 commit intomatplotlib:v3.8.xfrom
Conversation
|
Since this is no longer using
|
|
I suppose the other option would be to add the doc in |
|
Sorry, a bit confused - moving SubplotParams didn't get in 3.8? |
No. I just tagged it for 3.9 to be on the safe side (the fully qualified class name changes) and because I thought there is no hurry. What a mess. This is surprisingly nasty. I'm afraid every solution to bring this backport into 3.8.1 is a nuissance. Options:
My preference is exactly 1 > 2 > 3, assuming we are sure enough #26634 is safe for a bugfix release. |
Where would it go? Yes, the branch will be merged back up when a release is made. However, I don't think there's any worry about it being forgotten. I think there will be a conflict between the two branches due to the slightly different contents,. Additionally the failures here are for |
| :nosignatures: | ||
|
|
||
| Figure.savefig | ||
|
|
There was a problem hiding this comment.
There are 2 new lines here, before the next section. This spacing is inconsistent in other parts of the code. Some sections have 1 new line before them and some have 2. It would be good if there can be some uniformity.
|
I've decided to forgo this change for the 3.8.1 release, in the interest of getting that tagged. We could still try to do it for 3.8.2 if we want, but I think it will be a manual backport including both the changes here and from #27110 |
Backport PR #26629: DOC: organize figure API