Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Convert SubplotZero example into centered-spines-with-arrows recipe.#17170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I'd be against removing the original example. This is part of the Instead I'd propose to |
If the point of axisline_style is to draw arrows at the ends of ticks, I'd rather deprecate it -- as this shows, this can be reasonably achieved with standard tools, and then we won't have people asking about why rcParams don't apply to them as in#17157. (One alternative would be to consider the fact that rcParams don't apply as a bug and hope that someone fixes it, but I don't even want to think about the backcompat issues there. An other alternative being as always to not bother about API consistency but heh.) |
It seems the main motivation for the axisline stuff is to have a decoupled set of artists, where spines, but also ticks can have arbitrary orientations, instead of the standard spines. The ZeroSubplot just seems to be an easy consequence of that concept. The only thing we really want at this point is to not confuse users, hence my proposal from above. |
Do you want to take over this PR then? Your docs proposal above is still an improvement, but I'll leave it to you (or anyone else who wants to do it :)) |
Ok, I created#17180. The order of section in the gallery still needs to be done, but I would first need to think about that for a bit, so that PR may come later. |
Superseded. |
PR Summary
Closes#17157 (I don't think this can be turned into a style sheet without very deep additions to the style system).
Thanks@ImportanceOfBeingErnest for the awesome idea of just using markers for the arrows :)
PR Checklist