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

Transparency doesn't work outside of fade=True #2

Closed
jeffreyliu opened this issue Aug 4, 2017 · 0 comments
Closed

Transparency doesn't work outside of fade=True #2

jeffreyliu opened this issue Aug 4, 2017 · 0 comments

Comments

@jeffreyliu
Copy link

The alpha channel of color=(r,g,b,a) doesn't get passed to fill_between because of group_alpha = _get_alpha(i, num_axes) if fade else 1 on line 381. Adding an intermediate check and setting group_alpha to the alpha channel of color if it exists, should fix it.

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

No branches or pull requests

2 participants