Results 637 comments of Antony Lee

I *think* host_axes could be compatible with the standard layout managers? (I agree there are other parts of axes_grid which will never be.)

Probably the way forward here would be to turn parasite axes into more or less regular child axes. Keeping this on my todo...

This is essentially the same issue as the one fixed by #29798, but uses set_yticks instead of set_rticks. I suspect that PolarAxes.set_yticks should get the same treatment (of wrapping into...

Closing for lack of activity. Feel free to ping for reopening if needed.

> This does require the package to be imported, but the only way I am aware of to get "registration" without import is to use entry_points (which we do use...

I'm going to close this as I believe there isn't much actionable on our side, given that the general agreement seems to be to not add styles to the core...

Ah, I think that won't work because you want to be able to use the *current* python to create virtualenvs for *other* pythons, which venv doesn't support.