8000 set_thetalim((min, max)) silently fails · Issue #19986 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
set_thetalim((min, max)) silently fails #19986
Closed
@anntzer

Description

@anntzer

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

new

Expected outcome

old

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: polar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0