Skip to content
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

Workaround Matplotlib error when turning off alpha blending #607

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

yoda-vid
Copy link
Collaborator

@yoda-vid yoda-vid commented Dec 7, 2023

Alpha blending sets the image's alpha to an array, which leads to an error when turning off alpha blending and comparing the array to a scalar. As a workaround, manually reset the current alpha to avoid an error during this comparison.

Alpha blending sets the image's alpha to an array, which leads to an error when turning off alpha blending and comparing the array to a scalar. As a workaround, manually reset the current alpha to avoid an error during this comparison.
@yoda-vid yoda-vid added bug Something isn't working dependencies Issues/requests related to a dependency package labels Dec 7, 2023
@yoda-vid yoda-vid added this to the v1.6.0 milestone Dec 7, 2023
@yoda-vid yoda-vid merged commit 89e84f7 into master Dec 8, 2023
4 checks passed
@yoda-vid yoda-vid deleted the workaround_apha_array branch December 8, 2023 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Issues/requests related to a dependency package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant