-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: asymmetric error bars for series (GH9536) #34514
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
BUG: asymmetric error bars for series (GH9536) #34514
Conversation
Hello @Steffen911! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-07-17 13:40:41 UTC |
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Steffen911
…x/9536-asymmetric-error-series # Conflicts: # doc/source/whatsnew/v1.1.0.rst
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@datapythonista do you want to have a look?
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
@MarcoGorelli @datapythonista Could one of you review the PR? Or maybe suggest another reviewer? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @Steffen911
Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
…x/9536-asymmetric-error-series
…/Steffen911/pandas into fix/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good minor comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ex @WillAyd comments.
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
lgtm can u merge master and ping on green |
…x/9536-asymmetric-error-series
…x/9536-asymmetric-error-series
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra entry in the whats new
lgtm ping on green |
…x/9536-asymmetric-error-series
@jreback All tests are green. Travis reports itself as "Passed" when I go to the "Details", but apparently it didn't update the PR check after it has finished. |
Thanks @Steffen911! |
closes #9536
This fix enables asymmetric errors bars for pd.Series plots. In the current implementation the bars are symmetric, even if two sets of errors are provided.
Took inspirations from #12046