Ruth Comer
Ruth Comer
Actually it looks like it became `data` [to support PIL images](https://github.com/matplotlib/matplotlib/commit/694f8bd4ef0b2078ad0ec1f6be77a93dd6675f0f). In that case, we do not retain the original input so what you get out with `get_array` will not...
We actually have a class decorator that we use for defining aliases on the artists. For example, here it defines several on `Line2D`: https://github.com/matplotlib/matplotlib/blob/55037744f53ed8dbebd778e9afb8244dc847f4b1/lib/matplotlib/lines.py#L217-L228
I take the liberty of putting this one in draft since it seems to be contingent on @oscargus' boredom levels.
With v3.10.3 and `main` I still get
Note that `w_xaxis` etc. in the OP code need replacing with simply `xaxis`, etc. I do not have an edit button for it though - perhaps because the reporter's account...
I'm sorry but I'm out. I am finding the many notifications and lengthy comments from @ilakkmanoharan quite wearing and I do not plan on engaging further with their contributions.
Hi @vagnermcj are you still interested in working on this one?
This has parallels with #30739. Should we factor out some common style parameter handling for these methods that repeatedly call another method?
I have started working on a branch.
It worked, but as I said above I wasn’t sure about it because it seemed a bit hacky. Since nobody commented, I figured everyone else was also not sure about...