-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add files via upload #30156
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
Add files via upload #30156
Conversation
Standalone script for isolating issue. Creates a random 10x10 array.
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.
Sorry, are you trying to report an issue? A Pull Request is probably not the right way to do that. Please open an issue instead. |
I am so so sorry for that. I'm still adjusting to Gtihub and I was taking a software development course where one of my assignments was to contribute to an open-source project.
I was trying to work on issue #26092 for the assignment and I opened a pull request.
I am so sorry if I messed anything up I was just trying to complete my assignment.
From: Jody Klymak ***@***.***>
Sent: Monday, June 9, 2025 11:53 PM
To: matplotlib/matplotlib ***@***.***>
Cc: Gupta, Ansh ***@***.***>; Author ***@***.***>
Subject: Re: [matplotlib/matplotlib] Add files via upload (PR #30156)
[External Email]
[Image removed by sender.]jklymak left a comment (matplotlib/matplotlib#30156)<#30156 (comment)>
Sorry, are you trying to report an issue? A Pull Request is probably not the right way to do that. Please open an issue instead.
-
Reply to this email directly, view it on GitHub<#30156 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDU7GYLJ2BOO3AL5A7BCMYT3CZJAJAVCNFSM6AAAAAB66NXCPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSNJXGU4TSOJUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You didn't fix anything, you just uploaded a file that doesn't do anything. While we think it is important for students to learn, we don't have the bandwidth to be your class teaching assistants or to walk you though how to make a proper contribution. Please ask your class instructors for help. We also have a very comprehensive development guide that you should read carefully before contributing. |
Of course, once again I’m really sorry for that.
Please disregard any changes I’ve made
…________________________________
From: Jody Klymak ***@***.***>
Sent: Tuesday, June 10, 2025 12:13:38 PM
To: matplotlib/matplotlib ***@***.***>
Cc: Gupta, Ansh ***@***.***>; Author ***@***.***>
Subject: Re: [matplotlib/matplotlib] Add files via upload (PR #30156)
[External Email]
[https://avatars.githubusercontent.com/u/1562854?s=20&v=4]jklymak left a comment (matplotlib/matplotlib#30156)<#30156 (comment)>
You didn't fix anything, you just uploaded a file that doesn't do anything.
While we think it is important for students to learn, we don't have the bandwidth to be your class teaching assistants or to walk you though how to make a proper contribution. Please ask your class instructors for help. We also have a very comprehensive development guide that you should read carefully before contributing.
—
Reply to this email directly, view it on GitHub<#30156 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDU7GYI7NR3MYFR2B6NVJL33C373FAVCNFSM6AAAAAB66NXCPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSNJZHA4DMNBTGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
OK thanks for your interest in Matplotlib, and feel free to resubmit when you have things sorted out. |
Three-way handler:
After handling, code premultiplies RGB by updated alpha and resamples-ensuring per-pixel transparency works for both grayscale and RGB images.