Skip to content

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

Merged
merged 30 commits into from
Jul 17, 2020
Merged

BUG: asymmetric error bars for series (GH9536) #34514

merged 30 commits into from
Jul 17, 2020

Conversation

Steffen911
Copy link
Contributor

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

@pep8speaks
Copy link

pep8speaks commented Jun 1, 2020

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

@dsaxton dsaxton added the Visualization plotting label Jun 3, 2020
Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Steffen911

@Steffen911 Steffen911 requested a review from MarcoGorelli June 7, 2020 14:32
…x/9536-asymmetric-error-series

# Conflicts:
#	doc/source/whatsnew/v1.1.0.rst
Copy link
Member

@MarcoGorelli MarcoGorelli left a 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?

@Steffen911
Copy link
Contributor Author

@MarcoGorelli @datapythonista Could one of you review the PR? Or maybe suggest another reviewer?

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @Steffen911

Steffen911 and others added 3 commits June 26, 2020 15:35
Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
@Steffen911 Steffen911 requested a review from MarcoGorelli June 29, 2020 15:04
Copy link
Member

@WillAyd WillAyd left a 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

Copy link
Contributor

@jreback jreback left a 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.

@Steffen911 Steffen911 requested a review from jreback July 13, 2020 12:39
@jreback jreback added this to the 1.1 milestone Jul 17, 2020
@jreback
Copy link
Contributor

jreback commented Jul 17, 2020

lgtm can u merge master and ping on green

Copy link
Contributor

@jreback jreback left a 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

@jreback
Copy link
Contributor

jreback commented Jul 17, 2020

lgtm ping on green

@Steffen911
Copy link
Contributor Author

Steffen911 commented Jul 17, 2020

@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.

@TomAugspurger TomAugspurger merged commit 9faeab7 into pandas-dev:master Jul 17, 2020
@TomAugspurger
Copy link
Contributor

Thanks @Steffen911!

@Steffen911 Steffen911 deleted the fix/9536-asymmetric-error-series branch July 17, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asymmetric error bars are not supported for series (only dataframes)
9 participants