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

fill_between support for addplot, and for list of fill_between. #529

Merged
merged 16 commits into from
May 10, 2022

Conversation

DanielGoldfarb
Copy link
Collaborator

make_addplot() now supports fill_between. Furthermore, kwarg fill_between for both plot() and make_addplot() may now be a list of dict, allowing multiple fill_between specifications. Thanks to @wgong ( #511 ) for adding fill_between support to addplot, and thanks to @jubapa ( #519 ) for adding multiple fill_between.

This PR merges changes from PR #511 and PR #519 plus adds

@DanielGoldfarb DanielGoldfarb merged commit 5114322 into matplotlib:master May 10, 2022
@DanielGoldfarb DanielGoldfarb added enhancement New feature or request merged / awaiting release to pypi code merged into repo, but not yet released to Pypi labels May 10, 2022
@DanielGoldfarb DanielGoldfarb deleted the fill_between branch May 10, 2022 20:02
@DanielGoldfarb DanielGoldfarb added released code merged into repo AND released to Pypi and removed merged / awaiting release to pypi code merged into repo, but not yet released to Pypi labels May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released code merged into repo AND released to Pypi
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants