Tim Hoffmann

Results 77 issues of Tim Hoffmann

Before, we only issued a warning. But we clearly cannot fulfill the intention of a polar plot and therefore we should error out instead of just warn. Also document that...

topic: pyplot API

Cross-references only consisted of the target name so far: ![image](https://github.com/user-attachments/assets/10f75583-efe8-4685-852a-38f09ec39d6c) ![image](https://github.com/user-attachments/assets/f0345fd2-aee3-4d85-8f3f-5a0ac52990ce) This PR formats the references as one would write the role / directive in ReST: ![image](https://github.com/user-attachments/assets/37e8cfef-53f5-4ee9-bcaf-df4ebe4da5b2) ![image](https://github.com/user-attachments/assets/7e4dc982-9bb8-45b7-ae19-a237f6406cf6) While the...

type:docs
domains:rst

From: https://github.com/sphinx-doc/sphinx/pull/12944#discussion_r1786968351 There's a certain overlap between [Cross-referencing syntax](https://www.sphinx-doc.org/en/master/usage/referencing.html#cross-referencing-syntax) and [Roles](https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-manpage). The following roles are essentially cross-links but are only mentioned in "Roles": `:manpage:`, `:pep:`, `:rfc:`, `:cve`, `:cwe:` Possible solution:...

type:docs
type:proposal

This uses the same logic as `pd.concat()`: Copy `attrs` only if all input `attrs` are identical. I've refactored the handling in __finalize__ from special-casing based on th the method name...

Reshaping
metadata

All the wrapping logic is now done whenever a new locator is set in RadialAxis. Closes #30164 and rearchitects #29798.

topic: polar

In particular `align="center"` makes it easier to position bars centered on labels, as illustrated in the changed example. Note: This parameter is similar to `bar(..., align=...)`

New feature
status: needs review
topic: pyplot API

Instead of accepting any str, we only accept as set of predefined literals. For simplicity, we don't distinguish the between allowed positions for Axes legend and figure legend. It's still...

status: needs review
status: needs rebase
topic: legend
topic: figures and subfigures

### Summary Extracted from https://github.com/matplotlib/matplotlib/issues/12021#issuecomment-530086713. This is a tracking issue so that we can close #12021 but the idea is not lost. It does not need immediate action (and may...

Difficulty: Hard
Maintenance

Follow up from discussions in #13323. This is essentially a placeholder so that the ideas from there do not get lost. The target state is described in https://github.com/matplotlib/matplotlib/pull/13323#issuecomment-463436655 and following...

topic: ticks axis labels
keep

`mpl.color_sequences[“tab10”]` should return `[“tab:blue”, …]` instead of a list of RGB tuples. This would also make the default color cycle more readable. Inspired #29915 .

New feature