Skip to content

Fix #28772: get_tick_params consistency for x and y axis #1

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GenieTim
Copy link
Owner

@GenieTim GenieTim commented Aug 31, 2024

PR summary

Closes matplotlib#28772, axes.get_tick_params() never returned labelbottom or labeltop. It does now with this fix.

PR checklist

Implementation notes

I can imagine that this fix should also include some compatibility with 3D plots (the z axis). However, I could not figure out how the two equivalents to 'top' and 'bottom', or 'left' and 'right' are called in the z axis in matplotlib ('front', 'back', maybe?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: axes.get_tick_params() does not return labelbottom or labeltop
1 participant