Results 637 comments of Antony Lee

After discussion with @efiring, we see two possibilities to help fixing the semantics. 1. deprecate passing 2D ndarrays to boxplot and hist, and only support lists of arrays. 2. add...

If we were designing the system from scratch (without regard for backcompat), I think the expected semantics would be that 2D arrays would have each individual row plotted as a...

I would raise an error. See e.g. https://github.com/matplotlib/matplotlib/issues/7785 for issues with implicit reshaping.

@timhoffm Do you want to comment as API lead on this (and the similar #12178)?

Repinging @timhoffm on the above, though feel free to just say if you don't really care either way :)

From a quick look it would seem like I'd rather have the aria label being output on every artist that has that property set; if someone really wants to write...

re: adding language to draw_text: the general discussion about extensibility of renderer API applies, i.e. - if you're going to add language as a parameter to draw_text then it should...

Side point regarding allowing `list[tuple[str, int, int]]` as language setting: this may be a problem if one uses `somelanguage[idx:]` to set the language from an index up to the end...

Do you envision that raqm will become the sole text layout method, or do you plan to keep the old manual layouting around (perhaps togglable)? I just noticed that the...