-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ENH: Added an example of combined transforms and more #28364
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
base: main
Are you sure you want to change the base?
Conversation
ec36711
to
7747e00
Compare
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.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
40e9b30
to
21999ca
Compare
21999ca
to
3f6597f
Compare
3f6597f
to
e970965
Compare
9154cc6
to
6c54a89
Compare
Why are the commits here attributed to someone else? |
@QuLogic Because I made a mess of using my personal and work github accounts. Both are actually me. Specifically, I used my work account to make the PR, but the repo is configured with my personal email. The names should match though. |
Bump |
@QuLogic How does this look? |
Given the amount of explanation here, I wonder if this may work better as a subsection of https://matplotlib.org/devdocs/users/explain/artists/transforms_tutorial.html |
I can see that being an option too. Will look into it when I have a chance. |
PR summary
This PR adds a showcase for a couple of new things I've learned, especially regarding transformations.
The example shows how to make circles whose size is fixed in data space relative to one axis while still remaining circles. It uses dates on the x-axis to ensure that the scales of the x- and y-axes are wildly different.
This PR is based on the research I did for https://stackoverflow.com/q/78598087/2988730. It will not work properly with interactive zoom until #28375 is merged.
PR checklist