Tim Hoffmann
Tim Hoffmann
> I was also wondering, would you be interested in a similar change to `CheckButtons`? Yes, CheckButtons should be handled analogously, but first let’s clarify the API.
> you should note that at the moment it is possible to use: > > ```python > buttons=[["A", "B"], ["C"]] > ``` You can achieve the same with `labels=["A", "B",...
Overall, I find this a bit too invasive to immediately roll out; in particular because (1) it temporarily adds artists and triggers a draw and (2) it changes the positions...
As you wish. The inclusion of CheckButtons is small enough so that it can be done here, but it can also be done in a followup PR.
@DipayanDasgupta thanks for your interest in contributing. However, you're jumping to action way too quickly. That one *can* internally group attributes into a dataclass is clear and does not need...
`test_polar_alignment` fails. The tick 0.0 is now missing but I don't understand how the change is affecting it. 
Thanks for figuring out. Actually, there is no tick at the center in all the [polar examples](https://matplotlib.org/devdocs/gallery/index.html#pie-and-polar-charts). From a quick look, I don’t fully understand the code you pointed to,...
I've simply updated the refrence image. As said [above](https://github.com/matplotlib/matplotlib/pull/30174#issuecomment-2986768387), other radial plots don't have the center 0 either. Therefore I claim the reference image was wrong. If we wanted to...
Not worth a manual backport. - I anticipate that 3.11 will be released in the not too far future, and a possible 3.10.4 will not be much earlier than that.