Skip to content

Rgba fix #18058

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

Closed
wants to merge 2 commits into from
Closed

Rgba fix #18058

wants to merge 2 commits into from

Conversation

dstansby
Copy link
Member

@dstansby dstansby commented Jul 25, 2020

Fixes #18020.

I think the issue was changes made in #17543 exposed a problem with to_rgba_array returning a zero-sized array with color='none'. As far as I know 'none' should be interpreted as RGBA 0, 0, 0, 0, but the documentation of matplotlib.colors doesn't seem to mention 'none' at all.

@dstansby
Copy link
Member Author

Looks like this wasn't the correct fix!

@dstansby dstansby closed this Jul 25, 2020
@dstansby dstansby deleted the rgba-fix branch July 25, 2020 13:50
@QuLogic
Copy link
Member

QuLogic commented Jul 25, 2020

Note, that PR was reverted for 3.3.0, though it's still there on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scatter3D: facecolor or color to "none" leads to an error
2 participants