Tim Hoffmann

Results 739 comments of Tim Hoffmann

> For now though, I think we'll stick with 1 and not specifically try to do any ranged setting applications. That’s a reasonable first step and we can still go...

The legend has a `set_visible()` method.

The topic of singular norms (vmin == vmax) is not consistently solved. Not a high priority, but we should come up with a consistent approach. See also - #26307 /...

Unordered thoughts that may need consideration: - We have to groups of references: 1. direct children of `ReferenceRole`: `CVE`, `CWE`, `PEP`, `RFC`, `Manpage`, `IndexRole` 2. children of the subclass `XRefRole`:...

IMHO the current behavior is actually "wrong". Not wrong in the sense that pyplot works exactly to its rules, but logically wrong: If I write `plt.polar(...)` I clearly expect the...

I've heard [the concerns](https://github.com/matplotlib/matplotlib/pull/28946#pullrequestreview-2352817076) and turned it into a regular deprecation rather than an immediate failure. But then, I'd like to punt back to 3.10 to get the deprecation rolling.

Of course, this is technically breaking because you change a tuple for a string; and the breakage could even be subtle, e.g. `mpl.color_sequences[“tab10”][0][0]` is now a float yielding the red...

My concerns re #13482 are still there https://github.com/matplotlib/matplotlib/pull/13482#issuecomment-466645961 `copyloc` kwarg: This feels a bit like a crutch. I'd be ok if this is only for a transition period. Is sharing...

Making Locators and Formatters stateless seems worth investigating. >It may be worth trying to get a (non-exhaustive) list of third-party locators/formatters that we may want to contact/check if we want...