X Tutup
Skip to content

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

Open
GenieTim wants to merge 1 commit intomainfrom
GenieTim-fix-get-tick-params
Open

Fix #28772: get_tick_params consistency for x and y axis#1
GenieTim wants to merge 1 commit intomainfrom
GenieTim-fix-get-tick-params

Conversation

@GenieTim
Copy link
Copy Markdown
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

X Tutup