Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy 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
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 uson gitter for real-time discussion.
For details on testing, writing docs, and our review process, please seethe developer guide
We strive to be a welcoming and open project. Please follow ourCode of Conduct.
40e9b30
to21999ca
CompareWhy are the commits here attributed to someone else? |
joe-saronic commentedJun 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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 ofhttps://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. |
Uh oh!
There was an error while loading.Please reload this page.
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 forhttps://stackoverflow.com/q/78598087/2988730. It will not work properly with interactive zoom until#28375 is merged.
PR checklist