Closed
Description
Bug report
Bug summary
Calling set_thetalim((min, max))
instead of set_thetalim(min, max)
used to work before #16717 (consistently with e.g. set_xlim), but was broken by that PR (it now silently has no effect).
Code for reproduction
from pylab import *; polar(); gca().set_thetalim((0, 1))
Actual outcome
Expected outcome
Labeling as RC as it's a regression in 3.3, although it wasn't noticed in the 3.4 timeframe at all either so feel free to unlabel.
Matplotlib version
- Operating system: linux
- Matplotlib version (
import matplotlib; print(matplotlib.__version__)
): HEAD - Matplotlib backend (
print(matplotlib.get_backend())
): mplcairo - Python version: 39
- Jupyter version (if applicable):
- Other libraries: