-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Horizontal and vertical text alignment not working on set_rgrids() #10105
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
Labels
Comments
Can you confirm this @QuLogic? Would love to see this fixed (and help doing so, if I can) in the near future, as I've seen cases where the radius labels were misleading due to wrong horizontal and vertical alignment (they may appear to be offset by one tick). |
cc @tacaswell for regression triaging/scheduling |
2 tasks
PR #10792 should have closed this |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
Horizontalalignment and verticalalignment text properties for set_rgrids() do not work. Have tried other text properties, such as style and color, and they do work.
Code for reproduction
Actual outcome
No text alignment
Expected outcome
Radial axe labels to be aligned centrally, both vertically and horizontally
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlineMatplotlib/Python downloaded with Anaconda
The text was updated successfully, but these errors were encountered: