-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Visual improvements in WCSAxes #7961
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
Conversation
…ding is determined for tick labels (including taking into account whether the ticks are facing in or out)
Hi there @astrofrog 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog and making sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. Everything looks good from my point of view! 👍 If there are any issues with this message, please report them here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
rcParams and styles
This adds support for enough rcParams that styles now look reasonable:
Before (I'll just show once since you'll get the idea)
After
Tick label placement
Since ticks now face outwards by default, we need to be smarter about how we place the tick labels:
Before
After
Other changes
Since I had to regenerate all reference images, I've removed the custom filenames, going instead with the pytest-mpl default, and I've ensured that we always use the default initial style.
Fixes #7485