Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX: in errorbar discard any kwargs which have None value #8037

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

Merged
merged 1 commit into from
Feb 8, 2017

Conversation

tacaswell
Copy link
Member

Passing in None is a request from the user to 'do the default
thing', but by keeping the key:value in the kwargs dict it prevents
the default errorbar behavior and falls through to default Line2D
behavior which is likely not what is wanted.

closes #7899

Passing in `None` is a request from the user to 'do the default
thing', but by keeping the key:value in the kwargs dict it prevents
the default errorbar behavior and falls through to default Line2D
behavior which is likely not what is wanted.

closes matplotlib#7899
@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Feb 7, 2017
@dstansby dstansby changed the title FIX: in errorbar discard any kwargs which have None value [MRG+1] FIX: in errorbar discard any kwargs which have None value Feb 8, 2017
@dopplershift dopplershift merged commit dfd1da5 into matplotlib:v2.0.x Feb 8, 2017
@dopplershift dopplershift changed the title [MRG+1] FIX: in errorbar discard any kwargs which have None value FIX: in errorbar discard any kwargs which have None value Feb 8, 2017
@tacaswell tacaswell deleted the fix_errorbar_color_cycle branch February 9, 2017 18:00
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.

3 participants